This commit is contained in:
Takehiro Shiozaki 2017-02-06 14:03:41 +09:00
parent 814ce37dff
commit fcb3daf4fa
1 changed files with 1 additions and 1 deletions

View File

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