diff --git a/docs/intro/tutorial.rst b/docs/intro/tutorial.rst index 162fa242e..f4b2d0693 100644 --- a/docs/intro/tutorial.rst +++ b/docs/intro/tutorial.rst @@ -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