Skip to content

Commit 77ece5a

Browse files
[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 6b932ed) Co-authored-by: sharktide <[email protected]>
1 parent 39b4f8b commit 77ece5a

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
@@ -1204,6 +1204,7 @@ Caolan McNamara
12041204
Jeff McNeil
12051205
Craig McPheeters
12061206
Lambert Meertens
1207+
Rihaan Meher
12071208
Bill van Melle
12081209
Lucas Prado Melo
12091210
Ezio Melotti

0 commit comments

Comments
 (0)