From 438e9ac4d41be43412da80f8e7f411d5b3221002 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 26 May 2008 14:29:09 +0000 Subject: [PATCH] fix a minor typo --- Doc/c-api/string.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/string.rst b/Doc/c-api/string.rst index f2e543cce38..0ecfa2347f0 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.