mirror of https://github.com/scrapy/scrapy.git
small doc typo change to get the fork rolling
This commit is contained in:
parent
02833e3265
commit
f1802289cd
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue