[Python-checkins] cpython (2.7): Issue #24750: whitespace

terry.reedy python-checkins at python.org
Mon Nov 16 07:37:10 EST 2015


https://hg.python.org/cpython/rev/483a5cd9f975
changeset:   99164:483a5cd9f975
branch:      2.7
parent:      99160:ff31af003c35
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Mon Nov 16 07:36:12 2015 -0500
summary:
  Issue #24750: whitespace

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


diff --git a/Lib/idlelib/MultiStatusBar.py b/Lib/idlelib/MultiStatusBar.py
--- a/Lib/idlelib/MultiStatusBar.py
+++ b/Lib/idlelib/MultiStatusBar.py
@@ -15,7 +15,7 @@
             self.labels[name] = label
         else:
             label = self.labels[name]
-        if width != 0: 
+        if width != 0:
             label.config(width=width)
         label.config(text=text)
 

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


More information about the Python-checkins mailing list