Skip to content

Commit 69ad04d

Browse files
committed
Lint fixes
1 parent cae9245 commit 69ad04d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/c-api/descriptor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Built-in descriptors
8989
9090
9191
.. c:var:: PyTypeObject PyGetSetDescr_Type
92-
92+
9393
The type object for get/set descriptor objects created from
9494
:c:type:`PyGetSetDef` structures. These descriptors implement attributes
9595
whose value is computed by C getter and setter functions, and are used

Doc/c-api/dict.rst

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

0 commit comments

Comments
 (0)