From ce08448165249b8be2181f231178db52504e2b01 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 26 Dec 1991 13:06:29 +0000 Subject: New class syntax. --- 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 42d5ceedfe..e7d2b87112 100644 --- a/Lib/sched.py +++ b/Lib/sched.py @@ -28,7 +28,7 @@ # XXX instead of having to define a module or class just to hold # XXX the global state of your particular time and delay functtions. -class scheduler(): +class scheduler: # # Initialize a new instance, passing the time and delay functions # -- cgit v1.2.1