minor grammar fix

This commit is contained in:
Elias Dorneles 2016-09-20 15:10:49 -03:00
parent bc41fdf20e
commit a876ea5bd2
1 changed files with 1 additions and 1 deletions

View File

@ -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