summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-10-28 09:22:25 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-10-28 09:22:25 (GMT)
commit24c51809cf20a9053e6a179d1395866b53d27d35 (patch)
treefa593d3998ba3db2676b69ca64791898bda105ac
parente6fda8575e7c543e7598225fd569b61c1e3c79ed (diff)
downloadcpython-24c51809cf20a9053e6a179d1395866b53d27d35.zip
cpython-24c51809cf20a9053e6a179d1395866b53d27d35.tar.gz
cpython-24c51809cf20a9053e6a179d1395866b53d27d35.tar.bz2
#13278: fix typo.
-rw-r--r--Doc/library/sched.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sched.rst b/Doc/library/sched.rst
index 824df04..ebe6c0a 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`.