Commit 1b32f405 authored by Mayflower's avatar Mayflower

Fixed typo error

parent db7b3671
......@@ -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