diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index b41e5767e59c5f..341c1168505537 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 2a68b69f161041..9b79bba7fb90fc 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -1225,6 +1225,7 @@ Jeff McNeil Craig McPheeters Corvin McPherson Lambert Meertens +Rihaan Meher Bill van Melle Lucas Prado Melo Ezio Melotti