]> granicus.if.org Git - python/commitdiff
Fix role usage.
authorGeorg Brandl <georg@python.org>
Fri, 21 Dec 2007 08:15:02 +0000 (08:15 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 21 Dec 2007 08:15:02 +0000 (08:15 +0000)
Doc/c-api/concrete.rst

index b293ebf515058de1b85ccda83e9f6596abb20c33..6799ca01bbd27aeb90228f7d562a40d705a4d436 100644 (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