diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-10-28 09:22:25 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-10-28 09:22:25 (GMT) |
commit | d3cf0db3ee89863ecd856297075b0d75581052e6 (patch) | |
tree | 11e474f7c139ccc9169eab44d6919e3b5e64e617 /Doc/library/sched.rst | |
parent | 6187664fa777ba45c4674603bbd7e43eacacfe16 (diff) | |
download | cpython-d3cf0db3ee89863ecd856297075b0d75581052e6.zip cpython-d3cf0db3ee89863ecd856297075b0d75581052e6.tar.gz cpython-d3cf0db3ee89863ecd856297075b0d75581052e6.tar.bz2 |
#13278: fix typo.
Diffstat (limited to 'Doc/library/sched.rst')
-rw-r--r-- | Doc/library/sched.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ Scheduler Objects .. 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`. |