summaryrefslogtreecommitdiffstats
path: root/Lib/turtledemo/clock.py
diff options
context:
space:
mode:
authorWulian <1055917385@qq.com>2024-10-23 20:29:32 (GMT)
committerGitHub <noreply@github.com>2024-10-23 20:29:32 (GMT)
commit9c01db40aa5edbd75ce50342c08f7ed018ee7864 (patch)
treea9f80756c230c1ecbe08bbed8aef5885146e1293 /Lib/turtledemo/clock.py
parent6f26d496d3c894970ee18a125e9100791ebc2b36 (diff)
downloadcpython-9c01db40aa5edbd75ce50342c08f7ed018ee7864.zip
cpython-9c01db40aa5edbd75ce50342c08f7ed018ee7864.tar.gz
cpython-9c01db40aa5edbd75ce50342c08f7ed018ee7864.tar.bz2
gh-125665: Update turtledemo docstrings with correct file names (#125691)
Co-authored-by: Wulian <xiguawulian@gmail.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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