]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] 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 10:01:05 +0000 (11:01 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Mar 2025 10:01:05 +0000 (10:01 +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 7a100af88ecfae910e3373755176db6ee54c26c2..a7ec665c340b3f1ccfc34ae94f15929c998d1115 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 febc2f7b365346968d5eec534c600e41dab22afa..a6e63a991f9288f080c0623badc2f91136b7ddd9 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1204,6 +1204,7 @@ Caolan McNamara
 Jeff McNeil
 Craig McPheeters
 Lambert Meertens
+Rihaan Meher
 Bill van Melle
 Lucas Prado Melo
 Ezio Melotti