]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[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)
commit6c107672322427bb4bb26aef41d264ff74e222e1
tree03288c5dd95b8a4ea10ad03703bd0e5be11007da
parent0f97abf49813548967097a75a52654a8d637e4ac
[3.13] gh-130814: Enhance documentation for Python C API type objects (GH-130817) (#131225)

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