fixed doc typo

This commit is contained in:
Pablo Hoffman 2011-05-30 09:04:31 -03:00
parent 1d98fc8fb5
commit e6091df551
1 changed files with 1 additions and 1 deletions

View File

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