Skip to content

Commit cae9245

Browse files
committed
Fixing git errors
1 parent 874fc1c commit cae9245

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/c-api/descriptor.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ found in the dictionary of type objects.
3333
3434
3535
.. c:var:: PyTypeObject PyMethodDescr_Type
36+
3637
The type object for method descriptor objects created from
3738
:c:type:`PyMethodDef` structures. These descriptors expose C functions as
3839
methods on a type, and correspond to ``method_descriptor`` objects in the
@@ -43,6 +44,7 @@ found in the dictionary of type objects.
4344
4445
4546
.. c:var:: PyTypeObject PyWrapperDescr_Type
47+
4648
The type object for wrapper descriptor objects created by
4749
:c:func:`PyDescr_NewWrapper` and :c:func:`PyWrapper_New`. Wrapper
4850
descriptors are used internally to expose special methods implemented
@@ -87,6 +89,7 @@ Built-in descriptors
8789
8890
8991
.. c:var:: PyTypeObject PyGetSetDescr_Type
92+
9093
The type object for get/set descriptor objects created from
9194
:c:type:`PyGetSetDef` structures. These descriptors implement attributes
9295
whose value is computed by C getter and setter functions, and are used

Doc/c-api/dict.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Dictionary Objects
4444
4545
4646
.. c:var:: PyTypeObject PyDictProxy_Type
47+
4748
The type object for mapping proxy objects created by
4849
:c:func:`PyDictProxy_New` and for the read-only ``__dict__`` attribute
4950
of many built-in types. A :c:type:`PyDictProxy_Type` instance provides a

0 commit comments

Comments
 (0)