Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36d817 commit 4932ac2Copy full SHA for 4932ac2
1 file changed
Lib/idlelib/MultiStatusBar.py
@@ -15,7 +15,7 @@ def set_label(self, name, text='', side=LEFT, width=0):
15
self.labels[name] = label
16
else:
17
label = self.labels[name]
18
- if width != 0:
+ if width != 0:
19
label.config(width=width)
20
label.config(text=text)
21
0 commit comments