summaryrefslogtreecommitdiffstats
path: root/Lib/turtledemo/forest.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/forest.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/forest.py')
-rw-r--r--Lib/turtledemo/forest.py15
1 files changed, 6 insertions, 9 deletions
diff --git a/Lib/turtledemo/forest.py b/Lib/turtledemo/forest.py
index cac5532..e1fa85a 100644
--- a/Lib/turtledemo/forest.py
+++ b/Lib/turtledemo/forest.py
@@ -1,14 +1,11 @@
-""" turtlegraphics-example-suite:
+"""turtledemo/forest.py
- tdemo_forest.py
+Displays a 'forest' of 3 breadth-first trees,
+similar to the one in tree.py.
+For further details, see tree.py.
-Displays a 'forest' of 3 breadth-first-trees
-similar to the one in tree.
-For further remarks see tree.py
-
-This example is a 'breadth-first'-rewrite of
-a Logo program written by Erich Neuwirth. See
-http://homepage.univie.ac.at/erich.neuwirth/
+This example is a breadth-first rewrite of
+a Logo program by Erich Neuwirth.
"""
from turtle import Turtle, colormode, tracer, mainloop
from random import randrange