commit | 0b85cd06808cf9b865f91b3cf00796ab3f87914a | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Fri Oct 28 12:32:53 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Fri Oct 28 12:32:53 2011 +0300 |
tree | 492a3a9e6f6353498c72f9905b0b47dc49408e80 | |
parent | d3cf0db3ee89863ecd856297075b0d75581052e6 [diff] | |
parent | 74e6495a20d8879d7610386d8bdb6a4139fd0776 [diff] |
Merge heads.
diff --git a/Doc/library/sched.rst b/Doc/library/sched.rst index ab58237..000dba0 100644 --- a/Doc/library/sched.rst +++ b/Doc/library/sched.rst
@@ -95,7 +95,7 @@ .. 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 :meth:`enterabs`.