diff --git a/docs/topics/signals.rst b/docs/topics/signals.rst index 7ea9efe49..5dd3b9ef5 100644 --- a/docs/topics/signals.rst +++ b/docs/topics/signals.rst @@ -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