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

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


https://hg.python.org/cpython/rev/38d9ffbb595b
changeset:   99165:38d9ffbb595b
branch:      3.4
parent:      99161:ecb74f61a5d4
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Mon Nov 16 07:36:22 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