diff options
Diffstat (limited to 'Lib/sched.py')
-rw-r--r-- | Lib/sched.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/sched.py b/Lib/sched.py index 42d5cee..e7d2b87 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 # |