[1.10.x] Fixed #13080 -- Corrected accepted values of sender parameter in Signal.connect() docstring.
Backport of 995d09ead492a1c3d71d781c7846f622b3f71186 from master
This commit is contained in:
parent
af8ac46015
commit
ab92351bc6
@ -74,7 +74,7 @@ class Signal(object):
|
|||||||
|
|
||||||
sender
|
sender
|
||||||
The sender to which the receiver should respond. Must either be
|
The sender to which the receiver should respond. Must either be
|
||||||
of type Signal, or None to receive events from any sender.
|
a Python object, or None to receive events from any sender.
|
||||||
|
|
||||||
weak
|
weak
|
||||||
Whether to use weak references to the receiver. By default, the
|
Whether to use weak references to the receiver. By default, the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user