[Python-checkins] r64542 - in sandbox/trunk/ttk-gsoc/src: 2.x/ttk.py 3.x/ttk.py

guilherme.polo python-checkins at python.org
Thu Jun 26 22:58:40 CEST 2008


Author: guilherme.polo
Date: Thu Jun 26 22:58:40 2008
New Revision: 64542

Log:
Removed trailling whitespaces

Modified:
   sandbox/trunk/ttk-gsoc/src/2.x/ttk.py
   sandbox/trunk/ttk-gsoc/src/3.x/ttk.py

Modified: sandbox/trunk/ttk-gsoc/src/2.x/ttk.py
==============================================================================
--- sandbox/trunk/ttk-gsoc/src/2.x/ttk.py	(original)
+++ sandbox/trunk/ttk-gsoc/src/2.x/ttk.py	Thu Jun 26 22:58:40 2008
@@ -1392,7 +1392,7 @@
         """Construct a LabeledScale with parent master, a variable to be
         associated with the Ttk Scale widget and its range. If variable is
         not specified, a Tkinter.IntVar is created.
-        
+
         WIDGET-SPECIFIC OPTIONS
 
             compound: 'top' or 'bottom'

Modified: sandbox/trunk/ttk-gsoc/src/3.x/ttk.py
==============================================================================
--- sandbox/trunk/ttk-gsoc/src/3.x/ttk.py	(original)
+++ sandbox/trunk/ttk-gsoc/src/3.x/ttk.py	Thu Jun 26 22:58:40 2008
@@ -1392,9 +1392,9 @@
         """Construct a LabeledScale with parent master, a variable to be
         associated with the Ttk Scale widget and its range. If variable is
         not specified, a tkinter.IntVar is created.
-        
+
         WIDGET-SPECIFIC OPTIONS
-            
+
             compound: 'top' or 'bottom'
                 Specifies how to display the label relative to the scale.
                 Defaults to 'top'.


More information about the Python-checkins mailing list