Rephrased an ambiguous sentence in docs/topics/signals.txt.
This commit is contained in:
parent
da4c0e8cc9
commit
df2a5227c9
|
@ -47,8 +47,9 @@ You can also `define and send your own custom signals`_; see below.
|
||||||
Listening to signals
|
Listening to signals
|
||||||
====================
|
====================
|
||||||
|
|
||||||
To receive a signal, you need to register a *receiver* function that gets
|
To receive a signal, register a *receiver* function using the
|
||||||
called when the signal is sent by using the :meth:`Signal.connect` method:
|
:meth:`Signal.connect` method. The receiver function is called when the signal
|
||||||
|
is sent.
|
||||||
|
|
||||||
.. method:: Signal.connect(receiver, sender=None, weak=True, dispatch_uid=None)
|
.. method:: Signal.connect(receiver, sender=None, weak=True, dispatch_uid=None)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue