Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69aabc0

Browse files
committed
Fix role usage.
1 parent e783700 commit 69aabc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/concrete.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2531,7 +2531,7 @@ Instance Method Objects
25312531

25322532
An instance method is a wrapper for a :cdata:`PyCFunction` and the new way
25332533
to bind a :cdata:`PyCFunction` to a class object. It replaces the former call
2534-
:cfunc:`PyMethod_New(func, NULL, class)`.
2534+
``PyMethod_New(func, NULL, class)``.
25352535

25362536

25372537
.. cvar:: PyTypeObject PyInstanceMethod_Type

0 commit comments

Comments
 (0)