mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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:
parent
6f26d496d3
commit
9c01db40aa
20 changed files with 32 additions and 86 deletions
|
@ -1,9 +1,7 @@
|
|||
# File: tdemo_chaos.py
|
||||
# Author: Gregor Lingl
|
||||
# Date: 2009-06-24
|
||||
|
||||
# A demonstration of chaos
|
||||
"""turtledemo/chaos.py
|
||||
|
||||
A demonstration of chaos.
|
||||
"""
|
||||
from turtle import *
|
||||
|
||||
N = 80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue