From f1802289cd0a2755656b539bd42d5fdf53718f5a Mon Sep 17 00:00:00 2001 From: stav Date: Wed, 11 Apr 2012 12:05:39 -0500 Subject: [PATCH] small doc typo change to get the fork rolling --- docs/topics/spider-middleware.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/spider-middleware.rst b/docs/topics/spider-middleware.rst index 69078df84..7d8501fd8 100644 --- a/docs/topics/spider-middleware.rst +++ b/docs/topics/spider-middleware.rst @@ -64,7 +64,7 @@ single Python class that defines one or more of the following methods: This method is called for each response that goes through the spider middleware and into the spider, for processing. - :meth:`process_spider_input` should return ``None`` or raise and + :meth:`process_spider_input` should return ``None`` or raise an exception. If it returns ``None``, Scrapy will continue processing this response,