Commit 438e9ac4 authored by Benjamin Peterson's avatar Benjamin Peterson

fix a minor typo

parent 404d182b
...@@ -124,7 +124,7 @@ called with a non-string parameter. ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment