From: Terry Jan Reedy Date: Mon, 16 Nov 2015 12:36:12 +0000 (-0500) Subject: Issue #24750: whitespace X-Git-Tag: v2.7.11rc1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7999fc23fdd53a21fe505e216bd8d85c855a064;p=python Issue #24750: whitespace --- diff --git a/Lib/idlelib/MultiStatusBar.py b/Lib/idlelib/MultiStatusBar.py index 5d5298516a..e3d59ee8c1 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)