]> granicus.if.org Git - python/commitdiff
#13278: fix typo.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 28 Oct 2011 09:22:25 +0000 (12:22 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 28 Oct 2011 09:22:25 +0000 (12:22 +0300)
Doc/library/sched.rst

index 824df040861e3cf68567032f7b3994f9f5f1d9af..ebe6c0a80c50cc2ddf8a04432d227bf089b2f555 100644 (file)
@@ -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`.