Kaydet (Commit) e625859f authored tarafından Jarek Glowacki's avatar Jarek Glowacki Kaydeden (comit) Tim Graham

[1.8.x] Corrected a few typos in Signal.send() docstring.

Backport of c68ce187 from master
üst 6011d3a1
......@@ -168,13 +168,13 @@ class Signal(object):
Send signal from sender to all connected receivers.
If any receiver raises an error, the error propagates back through send,
terminating the dispatch loop, so it is quite possible to not have all
receivers called if a raises an error.
terminating the dispatch loop. So it's possible that all receivers
won't be called if an error is raised.
Arguments:
sender
The sender of the signal Either a specific object or None.
The sender of the signal. Either a specific object or None.
named
Named arguments which will be passed to receivers.
......
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