]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-130814: Enhance documentation for Python C API type objects (GH-130817...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 14 Mar 2025 09:59:19 +0000 (10:59 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Mar 2025 09:59:19 +0000 (09:59 +0000)
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 <meherrihaan@gmail.com>
Doc/c-api/typeobj.rst
Misc/ACKS

index b356f99af96e05f1de0f5260742737832bb993aa..d002201077f244656139958432e35dd2543636e1 100644 (file)
@@ -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
index b60ce58ca001148f9f03eecd711b59528dcb61fe..f236c6400c2b303053662e950cc3dcc900f09b33 100644 (file)
--- 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