[Python-checkins] python/dist/src/Doc Makefile,1.280,1.281

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


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

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



Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/Makefile,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -d -r1.280 -r1.281
--- Makefile	1 Dec 2004 05:55:47 -0000	1.280
+++ Makefile	22 Jul 2005 21:49:26 -0000	1.281
@@ -87,7 +87,7 @@
 # (e.g. OpenBSD needs package gmake installed; use gmake instead of make)
 PWD=$(shell pwd)
 
-# (The trailing colon in the value is needed; TeX places it's default
+# (The trailing colon in the value is needed; TeX places its default
 # set of paths at the location of the empty string in the path list.)
 TEXINPUTS=$(PWD)/commontex:
 



More information about the Python-checkins mailing list