mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
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:
parent
a5776639c8
commit
6b932edc52
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
|
||||
|
|
|
@ -1230,6 +1230,7 @@ Jeff McNeil
|
|||
Craig McPheeters
|
||||
Corvin McPherson
|
||||
Lambert Meertens
|
||||
Rihaan Meher
|
||||
Bill van Melle
|
||||
Lucas Prado Melo
|
||||
Ezio Melotti
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue