Skip to content

Commit 6c10767

Browse files
[3.13] gh-130814: Enhance documentation for Python C API type objects (GH-130817) (#131225)
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 6b932ed) Co-authored-by: sharktide <[email protected]>
1 parent 0f97abf commit 6c10767

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Doc/c-api/typeobj.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
.. _type-structs:
44

5-
Type Objects
6-
============
5+
Type Object Structures
6+
======================
77

88
Perhaps one of the most important structures of the Python object system is the
99
structure that defines a new type: the :c:type:`PyTypeObject` structure. Type

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,7 @@ Jeff McNeil
12161216
Craig McPheeters
12171217
Corvin McPherson
12181218
Lambert Meertens
1219+
Rihaan Meher
12191220
Bill van Melle
12201221
Lucas Prado Melo
12211222
Ezio Melotti

0 commit comments

Comments
 (0)