https://github.com/python/cpython/commit/6b932edc5216d9766e70fef300a6b842ab33204c
commit: 6b932edc5216d9766e70fef300a6b842ab33204c
branch: main
author: sharktide <meherrih...@gmail.com>
committer: picnixz <10796600+picn...@users.noreply.github.com>
date: 2025-03-14T10:53:13+01:00
summary:

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.

files:
M Doc/c-api/typeobj.rst
M Misc/ACKS

diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst
index 5811d89649e189..5188ecefb98221 100644
--- a/Doc/c-api/typeobj.rst
+++ b/Doc/c-api/typeobj.rst
@@ -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
diff --git a/Misc/ACKS b/Misc/ACKS
index 2663042c06afd6..c623d69e086b63 100644
--- 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

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to