Merge pull request #1675 from kadimi/patch-1

Update tutorial.rst
This commit is contained in:
Elias Dorneles 2016-01-14 09:25:23 -02:00
commit 1987476f0c
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::