mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[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:
parent
39b4f8b6ed
commit
77ece5aed8
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1204,6 +1204,7 @@ Caolan McNamara
|
|||
Jeff McNeil
|
||||
Craig McPheeters
|
||||
Lambert Meertens
|
||||
Rihaan Meher
|
||||
Bill van Melle
|
||||
Lucas Prado Melo
|
||||
Ezio Melotti
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue