diff options
author | Georg Brandl <georg@python.org> | 2007-12-21 08:15:02 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-12-21 08:15:02 (GMT) |
commit | 69aabc0301376578dca35703ec4a51258c2002ec (patch) | |
tree | a7861222df6d90002746380f8f7df1dc7d3a4bc0 /Doc/c-api/concrete.rst | |
parent | e78370050b4070cda3124f5fdcb0304dca10acd8 (diff) | |
download | cpython-69aabc0301376578dca35703ec4a51258c2002ec.zip cpython-69aabc0301376578dca35703ec4a51258c2002ec.tar.gz cpython-69aabc0301376578dca35703ec4a51258c2002ec.tar.bz2 |
Fix role usage.
Diffstat (limited to 'Doc/c-api/concrete.rst')
-rw-r--r-- | Doc/c-api/concrete.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/concrete.rst b/Doc/c-api/concrete.rst index b293ebf..6799ca0 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 |