From 808a9ea9fb7391e6cd92ff09504b65ca3629457d Mon Sep 17 00:00:00 2001 From: Nabil Kadimi Date: Thu, 14 Jan 2016 07:59:06 +0000 Subject: [PATCH] Update tutorial.rst --- 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 dce165cf4..cc57c5275 100644 --- a/docs/intro/tutorial.rst +++ b/docs/intro/tutorial.rst @@ -483,7 +483,7 @@ Using this, you can build complex crawlers that follow links according to rules you define, and extract different kinds of data depending on the page it's visiting. -A common pattern is a callback method that extract some items, looks for a link +A common pattern is a callback method that extracts some items, looks for a link to follow to the next page and then yields a `Request` with the same callback for it::