small doc typo change to get the fork rolling

This commit is contained in:
stav 2012-04-11 12:05:39 -05:00
parent 02833e3265
commit f1802289cd
1 changed files with 1 additions and 1 deletions

View File

@ -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,