Fix role usage.

This commit is contained in:
Georg Brandl 2007-12-21 08:15:02 +00:00
parent e78370050b
commit 69aabc0301

View file

@ -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