]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[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)
commit77ece5aed836e9bc1438152d65f423bb9443733f
treefb211544ac1f6d32da77b39ae8ae8f42567a6002
parent39b4f8b6ed40f609e171389ea78c5980cb4a7f49
[3.12] gh-130814: Enhance documentation for Python C API type objects (GH-130817) (#131224)

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