From: Ezio Melotti Date: Fri, 28 Oct 2011 09:22:25 +0000 (+0300) Subject: #13278: fix typo. X-Git-Tag: v2.7.3rc1~367 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24c51809cf20a9053e6a179d1395866b53d27d35;p=python #13278: fix typo. --- diff --git a/Doc/library/sched.rst b/Doc/library/sched.rst index 824df04086..ebe6c0a80c 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`.