commit | 6009ece0ede4a2a39b3cfe15d53fed9e33422276 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Aug 17 22:01:02 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Aug 17 22:01:02 2010 +0000 |
tree | 27ba04aa4e96c821062225a2f04c34541b26183d | |
parent | f5be090bc3fafe10d699716cbe25800b5b69fa6d [diff] [blame] |
Replace :func: by :cfunc: To get links to the C functions
diff --git a/Doc/c-api/bytes.rst b/Doc/c-api/bytes.rst index b66047b..c1a82b2 100644 --- a/Doc/c-api/bytes.rst +++ b/Doc/c-api/bytes.rst
@@ -114,7 +114,7 @@ .. cfunction:: PyObject* PyBytes_FromFormatV(const char *format, va_list vargs) - Identical to :func:`PyBytes_FromFormat` except that it takes exactly two + Identical to :cfunc:`PyBytes_FromFormat` except that it takes exactly two arguments.