DOC spider_error doesn't support deferreds

This commit is contained in:
Mikhail Korobov 2015-06-09 02:20:10 +05:00
parent 87293965db
commit 790c67b643
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,8 @@ spider_error
Sent when a spider callback generates an error (ie. raises an exception).
This signal does not support returning deferreds from their handlers.
:param failure: the exception raised as a Twisted `Failure`_ object
:type failure: `Failure`_ object