DOC remove unnecessary links; fix references in send_catch_log_deferred docstring

This commit is contained in:
Mikhail Korobov 2015-06-10 01:44:19 +05:00
parent 1740fcf1a6
commit 6c9daf3a95
2 changed files with 2 additions and 4 deletions

View File

@ -427,6 +427,4 @@ class (which they all inherit from).
Close the given spider. After this is called, no more specific stats
can be accessed or collected.
.. _deferreds: http://twistedmatrix.com/documents/current/core/howto/defer.html
.. _deferred: http://twistedmatrix.com/documents/current/core/howto/defer.html
.. _reactor: http://twistedmatrix.com/documents/current/core/howto/reactor-basics.html

View File

@ -46,10 +46,10 @@ class SignalManager(object):
def send_catch_log_deferred(self, signal, **kwargs):
"""
Like :meth:`send_catch_log` but supports returning `deferred`_ from
Like :meth:`send_catch_log` but supports returning `deferreds`_ from
signal handlers.
Returns a `deferred`_ that gets fired once all signal handlers
Returns a Deferred that gets fired once all signal handlers
deferreds were fired. Send a signal, catch exceptions and log them.
The keyword arguments are passed to the signal handlers (connected