[Python-checkins] cpython (3.2): #13278: fix typo.

ezio.melotti python-checkins at python.org
Fri Oct 28 11:33:47 CEST 2011


http://hg.python.org/cpython/rev/9c4b62f67a28
changeset:   73156:9c4b62f67a28
branch:      3.2
parent:      73147:5c57d1b29f20
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Oct 28 12:22:25 2011 +0300
summary:
  #13278: fix typo.

files:
  Doc/library/sched.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/sched.rst b/Doc/library/sched.rst
--- a/Doc/library/sched.rst
+++ b/Doc/library/sched.rst
@@ -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`.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list