summaryrefslogtreecommitdiffstats
path: root/Lib/sched.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/sched.py')
-rw-r--r--Lib/sched.py2
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
#