From 12c00f79bc34f10cf0fff08df130c38c253a3742 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 11 Jul 2006 02:17:48 +0000 Subject: [PATCH] Whitespace normalization. --- Lib/lib-tk/turtle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/lib-tk/turtle.py b/Lib/lib-tk/turtle.py index 4cface736c5..4b90c616b1b 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()