Skip to content

Commit

Permalink
Merge pull request #1513 from mgedmin/patch-2
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
kmike committed Sep 28, 2015
2 parents 3365c01 + f8d0682 commit 5d4daf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/spiders.rst
Expand Up @@ -375,7 +375,7 @@ Crawling rules

``follow`` is a boolean which specifies if links should be followed from each
response extracted with this rule. If ``callback`` is None ``follow`` defaults
to ``True``, otherwise it default to ``False``.
to ``True``, otherwise it defaults to ``False``.

``process_links`` is a callable, or a string (in which case a method from the
spider object with that name will be used) which will be called for each list
Expand Down

0 comments on commit 5d4daf8

Please sign in to comment.