This commit is contained in:
Ezio Melotti 2011-10-28 12:22:25 +03:00
parent e6fda8575e
commit 24c51809cf

View file

@ -95,7 +95,7 @@ Scheduler Objects
.. method:: scheduler.enter(delay, priority, action, argument) .. method:: scheduler.enter(delay, priority, action, argument)
Schedule an event for *delay* more time units. Other then the relative time, the Schedule an event for *delay* more time units. Other than the relative time, the
other arguments, the effect and the return value are the same as those for other arguments, the effect and the return value are the same as those for
:meth:`enterabs`. :meth:`enterabs`.