From: Georg Brandl Date: Fri, 21 Dec 2007 08:15:02 +0000 (+0000) Subject: Fix role usage. X-Git-Tag: v3.0a3~282 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69aabc0301376578dca35703ec4a51258c2002ec;p=thirdparty%2FPython%2Fcpython.git Fix role usage. --- diff --git a/Doc/c-api/concrete.rst b/Doc/c-api/concrete.rst index b293ebf51505..6799ca01bbd2 100644 --- a/Doc/c-api/concrete.rst +++ b/Doc/c-api/concrete.rst @@ -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