mirror of https://github.com/scrapy/scrapy.git
fix typo
This commit is contained in:
parent
814ce37dff
commit
fcb3daf4fa
|
|
@ -112,7 +112,7 @@ following methods:
|
|||
|
||||
.. method:: process_spider_exception(response, exception, spider)
|
||||
|
||||
This method is called when when a spider or :meth:`process_spider_input`
|
||||
This method is called when a spider or :meth:`process_spider_input`
|
||||
method (from other spider middleware) raises an exception.
|
||||
|
||||
:meth:`process_spider_exception` should return either ``None`` or an
|
||||
|
|
|
|||
Loading…
Reference in New Issue