mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Issue #14117: Inprove help text and docstrings, some for clarity, some just to
fit in the default width of the text window (45 chars).
This commit is contained in:
parent
6f6922c090
commit
c5a72e6971
7 changed files with 60 additions and 48 deletions
|
@ -11,9 +11,9 @@ Uses:
|
|||
(1) a tree-generator, where the drawing is
|
||||
quasi the side-effect, whereas the generator
|
||||
always yields None.
|
||||
(2) Turtle-cloning: At each branching point the
|
||||
current pen is cloned. So in the end there
|
||||
are 1024 turtles.
|
||||
(2) Turtle-cloning: At each branching point
|
||||
the current pen is cloned. So in the end
|
||||
there are 1024 turtles.
|
||||
"""
|
||||
from turtle import Turtle, mainloop
|
||||
from time import clock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue