mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[3.12] Docs: Fix documentation for "PyTypeObject Definition" (GH-130936) (GH-131459)
The structure definition for `PyTypeObject` is in `Include/cpython/object.h`,
not in `Include/object.h`.
(cherry picked from commit a0478c9f0c
)
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
This commit is contained in:
parent
105bc83b78
commit
caa73883f9
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