Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/howto/descriptor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ roughly equivalent to:
.. testcode::

class MethodType:
"Emulate Py_MethodType in Objects/classobject.c"
"Emulate PyMethod_Type in Objects/classobject.c"

def __init__(self, func, obj):
self.__func__ = func
Expand Down