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 964b2f7 commit c745676Copy full SHA for c745676
Doc/c-api/descriptor.rst
@@ -92,8 +92,8 @@ Built-in descriptors
92
.. c:var:: PyTypeObject PyClassMethodDescr_Type
93
94
The type object for C-level class method descriptor objects.
95
- This is the type of the descriptors created for :func:`classmethod` defined in C
96
- extension types, and is the same object as :class:`classmethod` in the
+ This is the type of the descriptors created for :func:`classmethod` defined in
+ C extension types, and is the same object as :class:`classmethod` in the
97
Python layer.
98
99
0 commit comments