[Python-checkins] python/dist/src/PC/os2emx getpathp.c, 1.3.14.1, 1.3.14.2

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Fri Jul 22 23:48:54 CEST 2005


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

Modified Files:
      Tag: release24-maint
	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.3.14.1
retrieving revision 1.3.14.2
diff -u -d -r1.3.14.1 -r1.3.14.2
--- getpathp.c	12 Dec 2004 08:32:15 -0000	1.3.14.1
+++ getpathp.c	22 Jul 2005 21:48:51 -0000	1.3.14.2
@@ -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