[Python-checkins] python/dist/src/Doc/api newtypes.tex,1.22,1.23

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Mon, 07 Jul 2003 10:20:43 -0700


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

Modified Files:
	newtypes.tex 
Log Message:
Error noted in email to python-docs: PyObject corresponds to
PyObject_HEAD, not PyObject_VAR_HEAD.


Index: newtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/newtypes.tex,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** newtypes.tex	7 Mar 2003 15:02:03 -0000	1.22
--- newtypes.tex	7 Jul 2003 17:20:40 -0000	1.23
***************
*** 149,153 ****
    only the objects reference count and a pointer to the corresponding
    type object.  It corresponds to the fields defined by the
!   expansion of the \code{PyObject_VAR_HEAD} macro.
  \end{ctypedesc}
  
--- 149,153 ----
    only the objects reference count and a pointer to the corresponding
    type object.  It corresponds to the fields defined by the
!   expansion of the \code{PyObject_HEAD} macro.
  \end{ctypedesc}