]> granicus.if.org Git - python/commitdiff
Error noted in email to python-docs: PyObject corresponds to
authorFred Drake <fdrake@acm.org>
Mon, 7 Jul 2003 17:20:40 +0000 (17:20 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 7 Jul 2003 17:20:40 +0000 (17:20 +0000)
PyObject_HEAD, not PyObject_VAR_HEAD.

Doc/api/newtypes.tex

index b7014c40708137e2bc4a11fe6af68ad113ccdd37..2c5982d84bc29aae0523b30120a36e16a12d19fc 100644 (file)
@@ -148,7 +148,7 @@ Python objects.
   object as an object.  In a normal ``release'' build, it contains
   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.
+  expansion of the \code{PyObject_HEAD} macro.
 \end{ctypedesc}
 
 \begin{ctypedesc}{PyVarObject}