[Python-checkins] CVS: python/dist/src/Tools/idle EditorWindow.py,1.35,1.36

Guido van Rossum python-dev@python.org
Tue, 19 Sep 2000 17:17:42 -0700


Update of /cvsroot/python/python/dist/src/Tools/idle
In directory slayer.i.sourceforge.net:/tmp/cvs-serv11476

Modified Files:
	EditorWindow.py 
Log Message:
Fix typo (newtabwith).


Index: EditorWindow.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/idle/EditorWindow.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** EditorWindow.py	2000/07/09 19:10:19	1.35
--- EditorWindow.py	2000/09/20 00:17:39	1.36
***************
*** 675,679 ****
              pixels = text.tk.call("font", "measure", text["font"],
                                    "-displayof", text.master,
!                                   "n" * newtabwith)
              text.configure(tabs=pixels)
  
--- 675,679 ----
              pixels = text.tk.call("font", "measure", text["font"],
                                    "-displayof", text.master,
!                                   "n" * newtabwidth)
              text.configure(tabs=pixels)