[Python-checkins] python/dist/src/Lib/idlelib configDialog.py, 1.61, 1.62

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Fri Jul 22 23:50:02 CEST 2005


Update of /cvsroot/python/python/dist/src/Lib/idlelib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21637/Lib/idlelib

Modified Files:
	configDialog.py 
Log Message:
Fix all wrong instances of "it's".



Index: configDialog.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/configDialog.py,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- configDialog.py	31 Jan 2005 03:34:26 -0000	1.61
+++ configDialog.py	22 Jul 2005 21:49:29 -0000	1.62
@@ -27,7 +27,7 @@
         self.configure(borderwidth=5)
         self.geometry("+%d+%d" % (parent.winfo_rootx()+20,
                 parent.winfo_rooty()+30))
-        #Theme Elements. Each theme element key is it's display name.
+        #Theme Elements. Each theme element key is its display name.
         #The first value of the tuple is the sample area tag name.
         #The second value is the display name list sort index.
         self.themeElements={'Normal Text':('normal','00'),



More information about the Python-checkins mailing list