Commit 2ed1980e authored by Tim Graham's avatar Tim Graham
Browse files

[1.8.x] Clarified docstring in dispatch/dispatcher.py

Backport of 851f5bd4 from master
parent bc935685
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -64,9 +64,9 @@ class Signal(object):

                Receivers must be able to accept keyword arguments.

                If receivers have a dispatch_uid attribute, the receiver will
                not be added if another receiver already exists with that
                dispatch_uid.
                If a receiver is connected with a dispatch_uid argument, it
                will not be added if another receiver was already connected
                with that dispatch_uid.

            sender
                The sender to which the receiver should respond. Must either be