summaryrefslogtreecommitdiffstats
path: root/Lib/turtledemo/minimal_hanoi.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/minimal_hanoi.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/minimal_hanoi.py')
-rw-r--r--Lib/turtledemo/minimal_hanoi.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/Lib/turtledemo/minimal_hanoi.py b/Lib/turtledemo/minimal_hanoi.py
index 08d8b63..e44330e 100644
--- a/Lib/turtledemo/minimal_hanoi.py
+++ b/Lib/turtledemo/minimal_hanoi.py
@@ -1,6 +1,4 @@
-""" turtle-example-suite:
-
- tdemo_minimal_hanoi.py
+"""turtledemo/minimal_hanoi.py
A minimal 'Towers of Hanoi' animation:
A tower of 6 discs is transferred from the
@@ -12,9 +10,6 @@ is derived from the built-in type list.
Discs are turtles with shape "square", but
stretched to rectangles by shapesize()
- ---------------------------------------
- To exit press STOP button
- ---------------------------------------
"""
from turtle import *