Skip to content

Commit d104a78

Browse files
bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (GH-25123) (#25140)
1 parent 244fa23 commit d104a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/descriptor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ roughly equivalent to:
10541054
.. testcode::
10551055

10561056
class MethodType:
1057-
"Emulate Py_MethodType in Objects/classobject.c"
1057+
"Emulate PyMethod_Type in Objects/classobject.c"
10581058

10591059
def __init__(self, func, obj):
10601060
self.__func__ = func

0 commit comments

Comments
 (0)