Skip to content

Commit 808a9ea

Browse files
committed
Update tutorial.rst
1 parent a4b103f commit 808a9ea

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)