]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-130814: Enhance documentation for Python C API type objects (#130817)
authorsharktide <meherrihaan@gmail.com>
Fri, 14 Mar 2025 09:53:13 +0000 (05:53 -0400)
committerGitHub <noreply@github.com>
Fri, 14 Mar 2025 09:53:13 +0000 (10:53 +0100)
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.

Doc/c-api/typeobj.rst
Misc/ACKS

index 5811d89649e18910b06f18995db7f5d5e60a5b8f..5188ecefb982215fb4e26d769febbe78321805a8 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 2663042c06afd600eee36d0f02da2d5e65807285..c623d69e086b639c1a3352e4136ef2899d7b2e7d 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1230,6 +1230,7 @@ Jeff McNeil
 Craig McPheeters
 Corvin McPherson
 Lambert Meertens
+Rihaan Meher
 Bill van Melle
 Lucas Prado Melo
 Ezio Melotti