From a876ea5bd2911d5f7d06dfbb4ddbbdde8c51bc27 Mon Sep 17 00:00:00 2001 From: Elias Dorneles Date: Tue, 20 Sep 2016 15:10:49 -0300 Subject: [PATCH] minor grammar fix --- docs/intro/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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