diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-11-16 12:36:22 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-11-16 12:36:22 (GMT) |
commit | 4932ac244f124cbe453ac8413eeba353f317c56a (patch) | |
tree | 0517b0a9b5c3c4160d7ec808111a25e60ff1e81e /Lib/idlelib | |
parent | d36d817a8464426953da8558d3c397f0378e046e (diff) | |
download | cpython-4932ac244f124cbe453ac8413eeba353f317c56a.zip cpython-4932ac244f124cbe453ac8413eeba353f317c56a.tar.gz cpython-4932ac244f124cbe453ac8413eeba353f317c56a.tar.bz2 |
Issue #24750: whitespace
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/MultiStatusBar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/MultiStatusBar.py b/Lib/idlelib/MultiStatusBar.py index ac290a1..e82ba9a 100644 --- a/Lib/idlelib/MultiStatusBar.py +++ b/Lib/idlelib/MultiStatusBar.py @@ -15,7 +15,7 @@ class MultiStatusBar(Frame): self.labels[name] = label else: label = self.labels[name] - if width != 0: + if width != 0: label.config(width=width) label.config(text=text) |