Skip to content
Merged
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 @@ -1225,6 +1225,7 @@ Jeff McNeil
Craig McPheeters
Corvin McPherson
Lambert Meertens
Rihaan Meher
Bill van Melle
Lucas Prado Melo
Ezio Melotti
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
================
Type: Improvement
Title: Enhance documentation for Python C API type objects
Issue: bpo-130814

Detailed changes:
- Clarified the title of the page
Loading