Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b93b3e7

Browse files
committed
Error noted in email to python-docs: PyObject corresponds to
PyObject_HEAD, not PyObject_VAR_HEAD.
1 parent 5ec7968 commit b93b3e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/newtypes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ \section{Common Object Structures \label{common-structs}}
148148
object as an object. In a normal ``release'' build, it contains
149149
only the objects reference count and a pointer to the corresponding
150150
type object. It corresponds to the fields defined by the
151-
expansion of the \code{PyObject_VAR_HEAD} macro.
151+
expansion of the \code{PyObject_HEAD} macro.
152152
\end{ctypedesc}
153153

154154
\begin{ctypedesc}{PyVarObject}

0 commit comments

Comments
 (0)