summaryrefslogtreecommitdiffstats
path: root/Lib/turtledemo/clock.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/turtledemo/clock.py')
-rw-r--r--Lib/turtledemo/clock.py9
1 files changed, 2 insertions, 7 deletions
diff --git a/Lib/turtledemo/clock.py b/Lib/turtledemo/clock.py
index 8a630e2..8b63906 100644
--- a/Lib/turtledemo/clock.py
+++ b/Lib/turtledemo/clock.py
@@ -1,12 +1,7 @@
-""" turtle-example-suite:
-
- turtledemo/clock.py
+"""turtledemo/clock.py
Enhanced clock-program, showing date
-and time
- ------------------------------------
- Press STOP to exit the program!
- ------------------------------------
+and time.
"""
from turtle import *
from datetime import datetime