mirror of https://github.com/scrapy/scrapy.git
Update docs/intro/tutorial.rst
Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
2865b77506
commit
3e70d5c9dc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue