mirror of https://github.com/scrapy/scrapy.git
minor grammar fix
This commit is contained in:
parent
bc41fdf20e
commit
a876ea5bd2
|
|
@ -475,7 +475,7 @@ like this::
|
|||
>>> response.css('li.next a::attr("href")').extract_first()
|
||||
u'/page/2/'
|
||||
|
||||
Let's see now our spider modified to recursively follows the link to the next
|
||||
Let's see now our spider modified to recursively follow the link to the next
|
||||
page, extracting data from it::
|
||||
|
||||
import scrapy
|
||||
|
|
|
|||
Loading…
Reference in New Issue