issue #456: exception text typo.

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

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

Loading…
Cancel
Save