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>
This commit is contained in:
Wulian 2024-10-24 04:29:32 +08:00 committed by GitHub
parent 6f26d496d3
commit 9c01db40aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 32 additions and 86 deletions

View file

@ -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 *