We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae9245 commit 69ad04dCopy full SHA for 69ad04d
Doc/c-api/descriptor.rst
@@ -89,7 +89,7 @@ Built-in descriptors
89
90
91
.. c:var:: PyTypeObject PyGetSetDescr_Type
92
-
+
93
The type object for get/set descriptor objects created from
94
:c:type:`PyGetSetDef` structures. These descriptors implement attributes
95
whose value is computed by C getter and setter functions, and are used
Doc/c-api/dict.rst
@@ -44,7 +44,7 @@ Dictionary Objects
44
45
46
.. c:var:: PyTypeObject PyDictProxy_Type
47
48
The type object for mapping proxy objects created by
49
:c:func:`PyDictProxy_New` and for the read-only ``__dict__`` attribute
50
of many built-in types. A :c:type:`PyDictProxy_Type` instance provides a
0 commit comments