gh-130814: Enhance documentation for Python C API type objects (#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.
This commit is contained in:
sharktide 2025-03-14 05:53:13 -04:00 committed by GitHub
parent a5776639c8
commit 6b932edc52
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-structs:
Type Objects Type Object Structures
============ ======================
Perhaps one of the most important structures of the Python object system is the 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 structure that defines a new type: the :c:type:`PyTypeObject` structure. Type

View file

@ -1230,6 +1230,7 @@ Jeff McNeil
Craig McPheeters Craig McPheeters
Corvin McPherson Corvin McPherson
Lambert Meertens Lambert Meertens
Rihaan Meher
Bill van Melle Bill van Melle
Lucas Prado Melo Lucas Prado Melo
Ezio Melotti Ezio Melotti