Commit bdd90171 authored by Guido van Rossum's avatar Guido van Rossum

Fix typo (newtabwith).

parent 9c0ea13e
......@@ -674,7 +674,7 @@ class EditorWindow:
if self.get_tabwidth() != newtabwidth:
pixels = text.tk.call("font", "measure", text["font"],
"-displayof", text.master,
"n" * newtabwith)
"n" * newtabwidth)
text.configure(tabs=pixels)
def prepstr(s):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment