Kaydet (Commit) 851f5bd4 authored tarafından Tim Graham's avatar Tim Graham

Clarified docstring in dispatch/dispatcher.py

üst f8e4e4a9
...@@ -64,9 +64,9 @@ class Signal(object): ...@@ -64,9 +64,9 @@ class Signal(object):
Receivers must be able to accept keyword arguments. Receivers must be able to accept keyword arguments.
If receivers have a dispatch_uid attribute, the receiver will If a receiver is connected with a dispatch_uid argument, it
not be added if another receiver already exists with that will not be added if another receiver was already connected
dispatch_uid. with that dispatch_uid.
sender sender
The sender to which the receiver should respond. Must either be The sender to which the receiver should respond. Must either be
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment