Replace :func: by :cfunc:

To get links to the C functions
This commit is contained in:
Victor Stinner 2010-08-17 22:01:02 +00:00
parent f5be090bc3
commit 6009ece0ed
4 changed files with 12 additions and 12 deletions

View file

@ -114,7 +114,7 @@ called with a non-bytes parameter.
.. 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.