Commit b9a873d8 authored by Jason Madden's avatar Jason Madden

Merge pull request #770 from mayflaver/master

Fixed typo error
parents db7b3671 1b32f405
......@@ -12,7 +12,7 @@ __all__ = ['Event', 'AsyncResult']
class _AbstractLinkable(object):
# Encapsulates the standard parts of the linking and notifying protocol
# common to both repeatable events and one-time events (AsyncResolt).
# common to both repeatable events and one-time events (AsyncResult).
_notifier = None
......
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