[Python-checkins] python/dist/src/PC/os2emx getpathp.c,1.4,1.5

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


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

Modified Files:
	getpathp.c 
Log Message:
Fix all wrong instances of "it's".



Index: getpathp.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2emx/getpathp.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- getpathp.c	12 Dec 2004 08:27:31 -0000	1.4
+++ getpathp.c	22 Jul 2005 21:49:32 -0000	1.5
@@ -11,7 +11,7 @@
    * Python always adds an empty entry at the start, which corresponds
      to the current directory.
 
-   * If the PYTHONPATH env. var. exists, it's entries are added next.
+   * If the PYTHONPATH env. var. exists, its entries are added next.
 
    * We attempt to locate the "Python Home" - if the PYTHONHOME env var
      is set, we believe it.  Otherwise, we use the path of our host .EXE's



More information about the Python-checkins mailing list