summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-07-11 02:17:48 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-07-11 02:17:48 (GMT)
commit12c00f79bc34f10cf0fff08df130c38c253a3742 (patch)
tree6bcea8e024a93ed937da22385c0267e67428204a
parent93ab5fa1916d745aa817ed47297725826f4ec62c (diff)
downloadcpython-12c00f79bc34f10cf0fff08df130c38c253a3742.zip
cpython-12c00f79bc34f10cf0fff08df130c38c253a3742.tar.gz
cpython-12c00f79bc34f10cf0fff08df130c38c253a3742.tar.bz2
Whitespace normalization.v2.5b2
-rw-r--r--Lib/lib-tk/turtle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/turtle.py b/Lib/lib-tk/turtle.py
index 4cface7..4b90c61 100644
--- a/Lib/lib-tk/turtle.py
+++ b/Lib/lib-tk/turtle.py
@@ -920,7 +920,7 @@ def demo2():
down();
color("red")
-
+
# create a second turtle and make the original pursue and catch it
turtle=Turtle()
turtle.reset()