@@ -2230,7 +2230,7 @@ This is done by filling a :c:type:`PyType_Spec` structure and calling
2230
2230
.. _number-structs :
2231
2231
2232
2232
Number Object Structures
2233
- ========================
2233
+ ------------------------
2234
2234
2235
2235
.. sectionauthor :: Amaury Forgeot d'Arc
2236
2236
@@ -2344,7 +2344,7 @@ Number Object Structures
2344
2344
.. _mapping-structs :
2345
2345
2346
2346
Mapping Object Structures
2347
- =========================
2347
+ -------------------------
2348
2348
2349
2349
.. sectionauthor :: Amaury Forgeot d'Arc
2350
2350
@@ -2381,7 +2381,7 @@ Mapping Object Structures
2381
2381
.. _sequence-structs :
2382
2382
2383
2383
Sequence Object Structures
2384
- ==========================
2384
+ --------------------------
2385
2385
2386
2386
.. sectionauthor :: Amaury Forgeot d'Arc
2387
2387
@@ -2461,7 +2461,7 @@ Sequence Object Structures
2461
2461
.. _buffer-structs :
2462
2462
2463
2463
Buffer Object Structures
2464
- ========================
2464
+ ------------------------
2465
2465
2466
2466
..
sectionauthor ::
Greg J. Stein <[email protected] >
2467
2467
.. sectionauthor :: Benjamin Peterson
@@ -2556,7 +2556,7 @@ Buffer Object Structures
2556
2556
2557
2557
2558
2558
Async Object Structures
2559
- =======================
2559
+ -----------------------
2560
2560
2561
2561
..
sectionauthor ::
Yury Selivanov <[email protected] >
2562
2562
@@ -2624,7 +2624,7 @@ Async Object Structures
2624
2624
.. _slot-typedefs :
2625
2625
2626
2626
Slot Type typedefs
2627
- ==================
2627
+ ------------------
2628
2628
2629
2629
.. c :type :: PyObject *(*allocfunc)(PyTypeObject *cls, Py_ssize_t nitems)
2630
2630
@@ -2733,7 +2733,7 @@ Slot Type typedefs
2733
2733
.. _typedef-examples :
2734
2734
2735
2735
Examples
2736
- ========
2736
+ --------
2737
2737
2738
2738
The following are simple examples of Python type definitions. They
2739
2739
include common usage you may encounter. Some demonstrate tricky corner
0 commit comments