mirror of https://github.com/python/cpython
Fix typo (newtabwith).
This commit is contained in:
parent
9c0ea13ece
commit
bdd901714d
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue