From d3cf0db3ee89863ecd856297075b0d75581052e6 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Fri, 28 Oct 2011 12:22:25 +0300 Subject: [PATCH] #13278: fix typo. --- Doc/library/sched.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/sched.rst b/Doc/library/sched.rst index ab582370416..000dba00c4b 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`.