[Python-checkins] python/dist/src/Tools/pynche README, 2.16, 2.17 StripViewer.py, 2.17, 2.18

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Fri Jul 22 23:49:35 CEST 2005


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

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



Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/pynche/README,v
retrieving revision 2.16
retrieving revision 2.17
diff -u -d -r2.16 -r2.17
--- README	23 Aug 2001 16:15:21 -0000	2.16
+++ README	22 Jul 2005 21:49:32 -0000	2.17
@@ -107,7 +107,7 @@
         master[*]
             the master window to use as the parent of the modal
             dialog.  Without this argument, pyColorChooser will create 
-            it's own Tkinter.Tk instance as the master.  This may not
+            its own Tkinter.Tk instance as the master.  This may not
             be what you want.
 
         databasefile

Index: StripViewer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/pynche/StripViewer.py,v
retrieving revision 2.17
retrieving revision 2.18
diff -u -d -r2.17 -r2.18
--- StripViewer.py	18 Jul 2004 06:02:04 -0000	2.17
+++ StripViewer.py	22 Jul 2005 21:49:32 -0000	2.18
@@ -268,7 +268,7 @@
         else:
             # decimal
             text = repr(coloraxis)
-        # move the arrow, and set it's text
+        # move the arrow, and set its text
         if coloraxis <= 128:
             # use the left arrow
             self.__leftarrow.set_text(text)



More information about the Python-checkins mailing list