[Python-checkins] python/dist/src/Doc/api concrete.tex, 1.60, 1.61 newtypes.tex, 1.35, 1.36

nascheme@users.sourceforge.net nascheme at users.sourceforge.net
Sat Jun 18 19:54:15 CEST 2005


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

Modified Files:
	concrete.tex newtypes.tex 
Log Message:
Fix grammar (it's -> its).


Index: concrete.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/concrete.tex,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- concrete.tex	17 Feb 2005 05:17:17 -0000	1.60
+++ concrete.tex	18 Jun 2005 17:54:13 -0000	1.61
@@ -2200,7 +2200,7 @@
 
 \begin{cfuncdesc}{PyObject*}{PyInstance_NewRaw}{PyObject *class,
                                                 PyObject *dict}
-  Create a new instance of a specific class without calling it's
+  Create a new instance of a specific class without calling its
   constructor.  \var{class} is the class of new object.  The
   \var{dict} parameter will be used as the object's \member{__dict__};
   if \NULL{}, a new dictionary will be created for the instance.

Index: newtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/newtypes.tex,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- newtypes.tex	24 Mar 2005 07:45:53 -0000	1.35
+++ newtypes.tex	18 Jun 2005 17:54:13 -0000	1.36
@@ -191,7 +191,7 @@
     int ob_size;
   \end{verbatim}
   Note that \csimplemacro{PyObject_HEAD} is part of the expansion, and
-  that it's own expansion varies depending on the definition of
+  that its own expansion varies depending on the definition of
   \csimplemacro{Py_TRACE_REFS}.
 \end{csimplemacrodesc}
 



More information about the Python-checkins mailing list