further cleanup to vnode.py and corrections to function docs

This commit is contained in:
Blake J. Harnden 2018-02-27 16:28:28 -08:00
parent 01060c50ff
commit 719670c895
9 changed files with 133 additions and 162 deletions

View file

@ -215,7 +215,7 @@ class EventLoop(object):
"""
Add an event to the event loop.
:param int delaysec: delay in seconds for event
:param float delaysec: delay in seconds for event
:param func: event function
:param args: event arguments
:param kwds: event keyword arguments