[3.12] gh-130814: Enhance documentation for Python C API type objects (GH-130817) (#131224)

gh-130814: Enhance documentation for Python C API type objects (GH-130817)

The "Type Objects" title in `c-api/typeobj.rst`, duplicating the title of `c-api/type.rst`,
has been changed to "Type Objects Structures", thereby slightly improving Sphinx
search.
(cherry picked from commit 6b932edc52)

Co-authored-by: sharktide <meherrihaan@gmail.com>
This commit is contained in:
Miss Islington (bot) 2025-03-14 11:01:05 +01:00 committed by GitHub
parent 39b4f8b6ed
commit 77ece5aed8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -2,8 +2,8 @@
.. _type-structs:
Type Objects
============
Type Object Structures
======================
Perhaps one of the most important structures of the Python object system is the
structure that defines a new type: the :c:type:`PyTypeObject` structure. Type

View file

@ -1204,6 +1204,7 @@ Caolan McNamara
Jeff McNeil
Craig McPheeters
Lambert Meertens
Rihaan Meher
Bill van Melle
Lucas Prado Melo
Ezio Melotti