Update tutorial.rst

This commit is contained in:
Nabil Kadimi 2016-01-14 07:59:06 +00:00
parent a4b103f0d2
commit 808a9ea9fb
1 changed files with 1 additions and 1 deletions

View File

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