From: Yuki Kobayashi Date: Wed, 19 Mar 2025 13:46:32 +0000 (+0900) Subject: Docs: Fix documentation for "PyTypeObject Definition" (GH-130936) X-Git-Tag: v3.14.0a7~309 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0478c9f0c6d6a75ca35a8dc2c74d3b58877f094;p=thirdparty%2FPython%2Fcpython.git Docs: Fix documentation for "PyTypeObject Definition" (GH-130936) The structure definition for `PyTypeObject` is in `Include/cpython/object.h`, not in `Include/object.h`. --- diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index 5188ecefb982..c5229d19ca0a 100644 --- a/Doc/c-api/typeobj.rst +++ b/Doc/c-api/typeobj.rst @@ -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?