mirror of https://github.com/scrapy/scrapy.git
fixed doc typo
This commit is contained in:
parent
1d98fc8fb5
commit
e6091df551
|
|
@ -106,7 +106,7 @@ single Python class that defines one or more of the 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 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