projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c0ea13
)
Fix typo (newtabwith).
author
Guido van Rossum
<guido@python.org>
Wed, 20 Sep 2000 00:17:39 +0000
(
00:17
+0000)
committer
Guido van Rossum
<guido@python.org>
Wed, 20 Sep 2000 00:17:39 +0000
(
00:17
+0000)
Tools/idle/EditorWindow.py
patch
|
blob
|
history
diff --git
a/Tools/idle/EditorWindow.py
b/Tools/idle/EditorWindow.py
index d744a2e386cfb90befdae429e04c763104f0abad..5feda4b72526b23e7bd65d9cf22960d1997b8a8e 100644
(file)
--- 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" * newtabwi
d
th)
text.configure(tabs=pixels)
def prepstr(s):