[Python-checkins] CVS: python/dist/src/Doc/api newtypes.tex,1.1,1.2

Fred L. Drake fdrake@users.sourceforge.net
Fri, 16 Nov 2001 22:39:21 -0800


Update of /cvsroot/python/python/dist/src/Doc/api
In directory usw-pr-cvs1:/tmp/cvs-serv28552/api

Modified Files:
	newtypes.tex 
Log Message:
Add omitted word for clarity.

Index: newtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/newtypes.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** newtypes.tex	2001/10/12 19:01:43	1.1
--- newtypes.tex	2001/11/17 06:39:18	1.2
***************
*** 159,163 ****
    This is the typical calling convention, where the methods have the
    type \ctype{PyMethodDef}. The function expects two
!   \ctype{PyObject*}.  The first one is the \var{self} object for
    methods; for module functions, it has the value given to
    \cfunction{Py_InitModule4()} (or \NULL{} if
--- 159,163 ----
    This is the typical calling convention, where the methods have the
    type \ctype{PyMethodDef}. The function expects two
!   \ctype{PyObject*} values.  The first one is the \var{self} object for
    methods; for module functions, it has the value given to
    \cfunction{Py_InitModule4()} (or \NULL{} if