Update docs/intro/tutorial.rst

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Plonko 2020-05-15 14:57:10 +01:00 committed by GitHub
parent 2865b77506
commit 3e70d5c9dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ and defines some attributes and methods:
the page content and has further helpful methods to handle it.
The :meth:`~scrapy.spiders.Spider.parse` method usually parses the response: it extracts
the scraped data as dicts, finds new URLs to
the scraped data as dicts, and finds new URLs to
follow and creates new requests (:class:`~scrapy.http.Request`) from them.
How to run our spider