]> granicus.if.org Git - python/commitdiff
Whitespace normalization. v2.5b2
authorTim Peters <tim.peters@gmail.com>
Tue, 11 Jul 2006 02:17:48 +0000 (02:17 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 11 Jul 2006 02:17:48 +0000 (02:17 +0000)
Lib/lib-tk/turtle.py

index 4cface736c59c024a4f6380007ba80ab39de0b0c..4b90c616b1bc55e3becac7568f9603f4281c4e5e 100644 (file)
@@ -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()