[Python-checkins] cpython (2.7): whitespace

terry.reedy python-checkins at python.org
Tue Jul 1 02:05:15 CEST 2014


http://hg.python.org/cpython/rev/8a39ac367664
changeset:   91493:8a39ac367664
branch:      2.7
parent:      91490:2b7a4cbed2a0
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Mon Jun 30 20:03:23 2014 -0400
summary:
  whitespace

files:
  Lib/idlelib/idle_test/test_searchdialogbase.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/idlelib/idle_test/test_searchdialogbase.py b/Lib/idlelib/idle_test/test_searchdialogbase.py
--- a/Lib/idlelib/idle_test/test_searchdialogbase.py
+++ b/Lib/idlelib/idle_test/test_searchdialogbase.py
@@ -44,7 +44,7 @@
 
     def test_open_and_close(self):
         # open calls create_widgets, which needs default_command
-        self.dialog.default_command = None  
+        self.dialog.default_command = None
 
         # Since text parameter of .open is not used in base class,
         # pass dummy 'text' instead of tk.Text().

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list