Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bdd9017

Browse files
committed
Fix typo (newtabwith).
1 parent 9c0ea13 commit bdd9017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/idle/EditorWindow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ def set_tabwidth(self, newtabwidth):
674674
if self.get_tabwidth() != newtabwidth:
675675
pixels = text.tk.call("font", "measure", text["font"],
676676
"-displayof", text.master,
677-
"n" * newtabwith)
677+
"n" * newtabwidth)
678678
text.configure(tabs=pixels)
679679

680680
def prepstr(s):

0 commit comments

Comments
 (0)