Fix typo in docstring

This commit is contained in:
Victor Mireyev 2016-02-19 17:32:01 +03:00
parent 5f5374209f
commit 523e98dabe
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ def listen_tcp(portrange, host, factory):
class CallLaterOnce(object):
"""Schedule a function to be called in the next reactor loop, but only if
it hasn't been already scheduled since the last time it run.
it hasn't been already scheduled since the last time it ran.
"""
def __init__(self, func, *a, **kw):