(original) (raw)
changeset: 73158:64b2efa5009f parent: 73154:8d85dda39663 parent: 73157:d1c2b62ff80c user: Ezio Melotti ezio.melotti@gmail.com date: Fri Oct 28 12:33:27 2011 +0300 description: #13278: merge with 3.2. diff -r 8d85dda39663 -r 64b2efa5009f Doc/library/sched.rst --- a/Doc/library/sched.rst Fri Oct 28 11:23:25 2011 +0200 +++ b/Doc/library/sched.rst Fri Oct 28 12:33:27 2011 +0300 @@ -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`. /ezio.melotti@gmail.com