Skip to content

Commit 1987476

Browse files
committed
Merge pull request scrapy#1675 from kadimi/patch-1
Update tutorial.rst
2 parents a4b103f + 808a9ea commit 1987476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ Using this, you can build complex crawlers that follow links according to rules
483483
you define, and extract different kinds of data depending on the page it's
484484
visiting.
485485

486-
A common pattern is a callback method that extract some items, looks for a link
486+
A common pattern is a callback method that extracts some items, looks for a link
487487
to follow to the next page and then yields a `Request` with the same callback
488488
for it::
489489

0 commit comments

Comments
 (0)