mirror of https://github.com/python/cpython
fix a minor typo
This commit is contained in:
parent
404d182bba
commit
438e9ac4d4
|
@ -124,7 +124,7 @@ called with a non-string parameter.
|
||||||
|
|
||||||
.. cfunction:: PyObject* PyString_FromFormatV(const char *format, va_list vargs)
|
.. cfunction:: PyObject* PyString_FromFormatV(const char *format, va_list vargs)
|
||||||
|
|
||||||
Identical to :func:`PyString_FromFormat` except that it takes exactly two
|
Identical to :cfunc:`PyString_FromFormat` except that it takes exactly two
|
||||||
arguments.
|
arguments.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue