From: Benjamin Peterson Date: Mon, 26 May 2008 14:29:09 +0000 (+0000) Subject: fix a minor typo X-Git-Tag: v2.6b1~239 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=438e9ac4d41be43412da80f8e7f411d5b3221002;p=thirdparty%2FPython%2Fcpython.git fix a minor typo --- diff --git a/Doc/c-api/string.rst b/Doc/c-api/string.rst index f2e543cce383..0ecfa2347f0b 100644 --- a/Doc/c-api/string.rst +++ b/Doc/c-api/string.rst @@ -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.