[Python-checkins] cpython (2.7): whitespace

terry.reedy python-checkins at python.org
Thu Jun 5 09:54:57 CEST 2014


http://hg.python.org/cpython/rev/ae76dd86affb
changeset:   91026:ae76dd86affb
branch:      2.7
parent:      91023:9ac57970ee4c
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Thu Jun 05 03:53:42 2014 -0400
summary:
  whitespace

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


diff --git a/Lib/idlelib/idle_test/test_textview.py b/Lib/idlelib/idle_test/test_textview.py
--- a/Lib/idlelib/idle_test/test_textview.py
+++ b/Lib/idlelib/idle_test/test_textview.py
@@ -33,7 +33,7 @@
         TV.transient.__init__()
         TV.grab_set.__init__()
         TV.wait_window.__init__()
-        
+
 
     def test_init_modal(self):
         TV = self.TV

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


More information about the Python-checkins mailing list