mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Replace :func: by :cfunc:
To get links to the C functions
This commit is contained in:
parent
f5be090bc3
commit
6009ece0ed
4 changed files with 12 additions and 12 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue