Thanks to visit codestin.com Credit goes to github.com
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 e783700 commit 69aabc0Copy full SHA for 69aabc0
1 file changed
Doc/c-api/concrete.rst
@@ -2531,7 +2531,7 @@ Instance Method Objects
2531
2532
An instance method is a wrapper for a :cdata:`PyCFunction` and the new way
2533
to bind a :cdata:`PyCFunction` to a class object. It replaces the former call
2534
-:cfunc:`PyMethod_New(func, NULL, class)`.
+``PyMethod_New(func, NULL, class)``.
2535
2536
2537
.. cvar:: PyTypeObject PyInstanceMethod_Type
0 commit comments