issue #456: exception text typo.

issue510
David Wilson 6 years ago
parent 497234e782
commit 81a68223d4

@ -2012,8 +2012,8 @@ class Waker(BasicStream):
dead_msg = (
"An attempt was made to enqueue a message with a Broker that has "
"already begun shut down. If you are receiving this message, it is "
"likely your program indirectly called Broker.shutdown() too early."
"already begun shutting down. If you are receiving this message, it "
"is likely your program indirectly called Broker.shutdown() too early."
)
def defer(self, func, *args, **kwargs):

Loading…
Cancel
Save