Skip to content

Commit 6b932ed

Browse files
authored
pythongh-130814: Enhance documentation for Python C API type objects (python#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.
1 parent a577663 commit 6b932ed

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
@@ -1230,6 +1230,7 @@ Jeff McNeil
12301230
Craig McPheeters
12311231
Corvin McPherson
12321232
Lambert Meertens
1233+
Rihaan Meher
12331234
Bill van Melle
12341235
Lucas Prado Melo
12351236
Ezio Melotti

0 commit comments

Comments
 (0)