Commit dedb08cf authored by Jason Madden's avatar Jason Madden

Merge pull request #561 from ruxkor/patch-1

typo in event.py comment
parents c40b06cc 689b5cca
......@@ -115,7 +115,7 @@ class Event(object):
self.hub.handle_error((link, self), *sys.exc_info())
def _reset_internal_locks(self):
# for compatibility with threading.Event (only in case of patch_all(Event=True), by default Event is not pathed)
# for compatibility with threading.Event (only in case of patch_all(Event=True), by default Event is not patched)
# Exception AttributeError: AttributeError("'Event' object has no attribute '_reset_internal_locks'",)
# in <module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored
pass
......
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