Error noted in email to python-docs: PyObject corresponds to

PyObject_HEAD, not PyObject_VAR_HEAD.
This commit is contained in:
Fred Drake 2003-07-07 17:20:40 +00:00
parent 5ec79681d2
commit b93b3e790e

View 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}