From e130a52d8a60229f53c8bc2ea7a1f51ee592bbd7 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Wed, 19 Oct 2011 10:58:56 +0300 Subject: Remove duplication. --- Lib/sched.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/sched.py') diff --git a/Lib/sched.py b/Lib/sched.py index f6a699c916..a119892c3f 100644 --- a/Lib/sched.py +++ b/Lib/sched.py @@ -94,7 +94,7 @@ class scheduler: restarted. It is legal for both the delay function and the action - function to to modify the queue or to raise an exception; + function to modify the queue or to raise an exception; exceptions are not caught but the scheduler's state remains well-defined so run() may be called again. -- cgit v1.2.1