[Python-checkins] r50568 - python/trunk/Lib/lib-tk/turtle.py

tim.peters python-checkins at python.org
Tue Jul 11 04:17:48 CEST 2006


Author: tim.peters
Date: Tue Jul 11 04:17:48 2006
New Revision: 50568

Modified:
   python/trunk/Lib/lib-tk/turtle.py
Log:
Whitespace normalization.


Modified: python/trunk/Lib/lib-tk/turtle.py
==============================================================================
--- python/trunk/Lib/lib-tk/turtle.py	(original)
+++ python/trunk/Lib/lib-tk/turtle.py	Tue Jul 11 04:17:48 2006
@@ -920,7 +920,7 @@
     down();
 
     color("red")
-    
+
     # create a second turtle and make the original pursue and catch it
     turtle=Turtle()
     turtle.reset()


More information about the Python-checkins mailing list