Author: georg.brandl Date: Fri Dec 21 09:15:02 2007 New Revision: 59588 Modified: python/branches/py3k/Doc/c-api/concrete.rst Log: Fix role usage.
Modified: python/branches/py3k/Doc/c-api/concrete.rst ============================================================================== --- python/branches/py3k/Doc/c-api/concrete.rst (original) +++ python/branches/py3k/Doc/c-api/concrete.rst Fri Dec 21 09:15:02 2007 @@ -2531,7 +2531,7 @@ 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 _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
