mirror of https://github.com/scrapy/scrapy.git
DOC remove unnecessary links; fix references in send_catch_log_deferred docstring
This commit is contained in:
parent
1740fcf1a6
commit
6c9daf3a95
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue