提交 523e98da 编写于 作者: V Victor Mireyev

Fix typo in docstring

上级 5f537420
......@@ -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):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册