diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-07-11 02:17:48 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-07-11 02:17:48 +0000 |
commit | 12c00f79bc34f10cf0fff08df130c38c253a3742 (patch) | |
tree | 6bcea8e024a93ed937da22385c0267e67428204a /Lib/lib-tk/turtle.py | |
parent | 93ab5fa1916d745aa817ed47297725826f4ec62c (diff) | |
download | cpython-git-12c00f79bc34f10cf0fff08df130c38c253a3742.tar.gz |
Whitespace normalization.v2.5b2
Diffstat (limited to 'Lib/lib-tk/turtle.py')
-rw-r--r-- | Lib/lib-tk/turtle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/turtle.py b/Lib/lib-tk/turtle.py index 4cface736c..4b90c616b1 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() |