fix a minor typo

This commit is contained in:
Benjamin Peterson 2008-05-26 14:29:09 +00:00
parent 404d182bba
commit 438e9ac4d4
1 changed files with 1 additions and 1 deletions

View File

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