From d0c4c8f05506800e2bd6c90154bbfaa1c97a2198 Mon Sep 17 00:00:00 2001 From: sharktide Date: Fri, 14 Mar 2025 05:53:13 -0400 Subject: [PATCH] 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 6b932edc5216d9766e70fef300a6b842ab33204c) Co-authored-by: sharktide --- Doc/c-api/typeobj.rst | 4 ++-- Misc/ACKS | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index b356f99af96e05..d002201077f244 100644 --- a/Doc/c-api/typeobj.rst +++ b/Doc/c-api/typeobj.rst @@ -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 diff --git a/Misc/ACKS b/Misc/ACKS index b60ce58ca00114..f236c6400c2b30 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -1216,6 +1216,7 @@ Jeff McNeil Craig McPheeters Corvin McPherson Lambert Meertens +Rihaan Meher Bill van Melle Lucas Prado Melo Ezio Melotti