summaryrefslogtreecommitdiffstats
path: root/Lib/turtledemo/tree.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-06-25 02:21:56 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-06-25 02:21:56 (GMT)
commit5827da3f9f79e37bd15e8a1ff52d0744e611d81b (patch)
treeaa549c2b41dbaef8ed3012d8156f9257b0737554 /Lib/turtledemo/tree.py
parentd04d511078777544cbe5fe929a2ffba95c1976f1 (diff)
parentc5a72e6971b2927aa5fbfa6d7e02f6018b989768 (diff)
downloadcpython-5827da3f9f79e37bd15e8a1ff52d0744e611d81b.zip
cpython-5827da3f9f79e37bd15e8a1ff52d0744e611d81b.tar.gz
cpython-5827da3f9f79e37bd15e8a1ff52d0744e611d81b.tar.bz2
Merge with 3.4
Diffstat (limited to 'Lib/turtledemo/tree.py')
-rwxr-xr-xLib/turtledemo/tree.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/turtledemo/tree.py b/Lib/turtledemo/tree.py
index 9c0b1f7..71fff35 100755
--- a/Lib/turtledemo/tree.py
+++ b/Lib/turtledemo/tree.py
@@ -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