diff options
author | Wulian <1055917385@qq.com> | 2024-10-24 04:29:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-23 16:29:32 -0400 |
commit | 9c01db40aa5edbd75ce50342c08f7ed018ee7864 (patch) | |
tree | a9f80756c230c1ecbe08bbed8aef5885146e1293 /Lib/turtledemo/fractalcurves.py | |
parent | 6f26d496d3c894970ee18a125e9100791ebc2b36 (diff) | |
download | cpython-9c01db40aa5edbd75ce50342c08f7ed018ee7864.tar.gz cpython-9c01db40aa5edbd75ce50342c08f7ed018ee7864.zip |
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/fractalcurves.py')
-rw-r--r-- | Lib/turtledemo/fractalcurves.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/turtledemo/fractalcurves.py b/Lib/turtledemo/fractalcurves.py index fda193e06fe..2d0a506a4f5 100644 --- a/Lib/turtledemo/fractalcurves.py +++ b/Lib/turtledemo/fractalcurves.py @@ -1,6 +1,4 @@ -""" turtle-example-suite: - - tdemo_fractalCurves.py +"""turtledemo/fractalcurves.py This program draws two fractal-curve-designs: (1) A hilbert curve (in a box) |