From: Tim Peters Date: Tue, 11 Jul 2006 02:17:48 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.5b2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=12c00f79bc34f10cf0fff08df130c38c253a3742;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/Lib/lib-tk/turtle.py b/Lib/lib-tk/turtle.py index 4cface736c59..4b90c616b1bc 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()