mirror of https://github.com/scrapy/scrapy.git
Typo
This commit is contained in:
parent
75cd056223
commit
eaad10facf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue