Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/c-api/typeobj.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Misc/ACKS
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,7 @@ Caolan McNamara
Jeff McNeil
Craig McPheeters
Lambert Meertens
Rihaan Meher
Bill van Melle
Lucas Prado Melo
Ezio Melotti
Expand Down
Loading