Fix typo (newtabwith).

This commit is contained in:
Guido van Rossum 2000-09-20 00:17:39 +00:00
parent 9c0ea13ece
commit bdd901714d
1 changed files with 1 additions and 1 deletions

View File

@ -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):