]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
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)
commit6b932edc5216d9766e70fef300a6b842ab33204c
tree6b93dda00faf81fcb14e36a5f8fd89aa430f413f
parenta5776639c8fde8b3b7c90821ab78ddb64130f4c0
gh-130814: Enhance documentation for Python C API type objects (#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.
Doc/c-api/typeobj.rst
Misc/ACKS