]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Sat, 8 Jul 2006 19:55:05 +0000 (19:55 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 8 Jul 2006 19:55:05 +0000 (19:55 +0000)
Lib/lib-tk/turtle.py

index 90d1aa327d0ff544f1a374537f95eff76c52a456..9fa447c189434ef2b942e7741553b52ea7e8f4ec 100644 (file)
@@ -365,8 +365,8 @@ class RawPen:
         >>> turtle.circle(120, 180)  # half a circle
         """
         if extent is None:
-            extent = self._fullcircle 
-        frac = abs(extent)/self._fullcircle 
+            extent = self._fullcircle
+        frac = abs(extent)/self._fullcircle
         steps = 1+int(min(11+abs(radius)/6.0, 59.0)*frac)
         w = 1.0 * extent / steps
         w2 = 0.5 * w