diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index 7a100af88ecfae..a7ec665c340b3f 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 febc2f7b365346..a6e63a991f9288 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -1204,6 +1204,7 @@ Caolan McNamara Jeff McNeil Craig McPheeters Lambert Meertens +Rihaan Meher Bill van Melle Lucas Prado Melo Ezio Melotti