mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Docs: Fix documentation for "PyTypeObject Definition" (GH-130936)
The structure definition for `PyTypeObject` is in `Include/cpython/object.h`, not in `Include/object.h`.
This commit is contained in:
parent
bbe5baad6c
commit
a0478c9f0c
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ PyTypeObject Definition
|
|||
-----------------------
|
||||
|
||||
The structure definition for :c:type:`PyTypeObject` can be found in
|
||||
:file:`Include/object.h`. For convenience of reference, this repeats the
|
||||
:file:`Include/cpython/object.h`. For convenience of reference, this repeats the
|
||||
definition found there:
|
||||
|
||||
.. XXX Drop this?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue