summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-10-28 09:33:27 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-10-28 09:33:27 (GMT)
commit455036fd1fe0580cb1e45e86cec268e07e5baf70 (patch)
treef83725dd7999784cc75e12efce7037ec85dba589 /Doc
parentacfc97a05a746200606840a7fd1093c5aae9b183 (diff)
parent0b85cd06808cf9b865f91b3cf00796ab3f87914a (diff)
downloadcpython-455036fd1fe0580cb1e45e86cec268e07e5baf70.zip
cpython-455036fd1fe0580cb1e45e86cec268e07e5baf70.tar.gz
cpython-455036fd1fe0580cb1e45e86cec268e07e5baf70.tar.bz2
#13278: merge with 3.2.
Diffstat (limited to 'Doc')
-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 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`.