From eaad10facfacb151d7a886bd3c67adc9c10a930a Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Mon, 28 Sep 2015 12:36:34 +0300 Subject: [PATCH] Typo --- docs/topics/spiders.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/spiders.rst b/docs/topics/spiders.rst index 6a8655fe7..5fd187e4e 100644 --- a/docs/topics/spiders.rst +++ b/docs/topics/spiders.rst @@ -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