Skip to content

Commit c745676

Browse files
committed
changes
1 parent 964b2f7 commit c745676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/descriptor.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ Built-in descriptors
9292
.. c:var:: PyTypeObject PyClassMethodDescr_Type
9393
9494
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
95+
This is the type of the descriptors created for :func:`classmethod` defined in
96+
C extension types, and is the same object as :class:`classmethod` in the
9797
Python layer.
9898
9999

0 commit comments

Comments
 (0)