mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Error noted in email to python-docs: PyObject corresponds to
PyObject_HEAD, not PyObject_VAR_HEAD.
This commit is contained in:
parent
5ec79681d2
commit
b93b3e790e
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue