(original) (raw)

changeset: 73155:3e72de3c8ad5 branch: 2.7 parent: 73148:0bdf1906c2ea user: Ezio Melotti ezio.melotti@gmail.com date: Fri Oct 28 12:22:25 2011 +0300 files: Doc/library/sched.rst description: #13278: fix typo. diff -r 0bdf1906c2ea -r 3e72de3c8ad5 Doc/library/sched.rst --- a/Doc/library/sched.rst Thu Oct 27 17:51:13 2011 +0100 +++ b/Doc/library/sched.rst Fri Oct 28 12:22:25 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