From 86dba76d1f1757455121fa33723e50f50f0555da Mon Sep 17 00:00:00 2001 From: stav Date: Mon, 30 Apr 2012 13:09:34 -0500 Subject: [PATCH] documentation indentation --- docs/topics/spiders.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/topics/spiders.rst b/docs/topics/spiders.rst index 081930451..98cbb7c26 100644 --- a/docs/topics/spiders.rst +++ b/docs/topics/spiders.rst @@ -262,10 +262,10 @@ Crawling rules of links extracted from each response using the specified ``link_extractor``. This is mainly used for filtering purposes. - ``process_request`` 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 with - every request extracted by this rule, and must return a request or None (to - filter out the request). + ``process_request`` 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 with + every request extracted by this rule, and must return a request or None (to + filter out the request). CrawlSpider example ~~~~~~~~~~~~~~~~~~~