]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125665: Update turtledemo docstrings with correct file names (#125691)
authorWulian <1055917385@qq.com>
Wed, 23 Oct 2024 20:29:32 +0000 (04:29 +0800)
committerGitHub <noreply@github.com>
Wed, 23 Oct 2024 20:29:32 +0000 (16:29 -0400)
commit9c01db40aa5edbd75ce50342c08f7ed018ee7864
treea9f80756c230c1ecbe08bbed8aef5885146e1293
parent6f26d496d3c894970ee18a125e9100791ebc2b36
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>
20 files changed:
Doc/library/turtle.rst
Lib/turtledemo/bytedesign.py
Lib/turtledemo/chaos.py
Lib/turtledemo/clock.py
Lib/turtledemo/colormixer.py
Lib/turtledemo/forest.py
Lib/turtledemo/fractalcurves.py
Lib/turtledemo/lindenmayer.py
Lib/turtledemo/minimal_hanoi.py
Lib/turtledemo/nim.py
Lib/turtledemo/paint.py
Lib/turtledemo/peace.py
Lib/turtledemo/penrose.py
Lib/turtledemo/planet_and_moon.py
Lib/turtledemo/rosette.py
Lib/turtledemo/round_dance.py
Lib/turtledemo/sorting_animate.py
Lib/turtledemo/tree.py
Lib/turtledemo/two_canvases.py
Lib/turtledemo/yinyang.py