Commit 69aabc03 authored by Georg Brandl's avatar Georg Brandl

Fix role usage.

parent e7837005
......@@ -2531,7 +2531,7 @@ Instance Method Objects
An instance method is a wrapper for a :cdata:`PyCFunction` and the new way
to bind a :cdata:`PyCFunction` to a class object. It replaces the former call
:cfunc:`PyMethod_New(func, NULL, class)`.
``PyMethod_New(func, NULL, class)``.
.. cvar:: PyTypeObject PyInstanceMethod_Type
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment