From bdd901714d5c1e5e2012d91f87633845cc270be5 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 20 Sep 2000 00:17:39 +0000 Subject: Fix typo (newtabwith). --- Tools/idle/EditorWindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/idle/EditorWindow.py b/Tools/idle/EditorWindow.py index d744a2e..5feda4b 100644 --- a/Tools/idle/EditorWindow.py +++ b/Tools/idle/EditorWindow.py @@ -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): -- cgit v0.12