From: Fred Drake Date: Tue, 3 Mar 1998 19:37:38 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v1.5.1~532 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40e72f7fbdbdbacaf7931e5e921d4398573be1e0;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/ext.tex b/Doc/ext.tex index 57223d4e3e0a..729f5d134407 100644 --- a/Doc/ext.tex +++ b/Doc/ext.tex @@ -695,7 +695,7 @@ not occur inside nested parentheses. They are: Indicates that the remaining arguments in the Python argument list are optional. The \C{} variables corresponding to optional arguments should be initialized to their default value --- when an optional argument is -not specified, \cfuntion{PyArg_ParseTuple()} does not touch the contents +not specified, \cfunction{PyArg_ParseTuple()} does not touch the contents of the corresponding \C{} variable(s). \item[\samp{:}] diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 57223d4e3e0a..729f5d134407 100644 --- a/Doc/ext/ext.tex +++ b/Doc/ext/ext.tex @@ -695,7 +695,7 @@ not occur inside nested parentheses. They are: Indicates that the remaining arguments in the Python argument list are optional. The \C{} variables corresponding to optional arguments should be initialized to their default value --- when an optional argument is -not specified, \cfuntion{PyArg_ParseTuple()} does not touch the contents +not specified, \cfunction{PyArg_ParseTuple()} does not touch the contents of the corresponding \C{} variable(s). \item[\samp{:}]