]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo.
authorFred Drake <fdrake@acm.org>
Tue, 3 Mar 1998 19:37:38 +0000 (19:37 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 3 Mar 1998 19:37:38 +0000 (19:37 +0000)
Doc/ext.tex
Doc/ext/ext.tex

index 57223d4e3e0a15838a0a8d5fc70a5a043190c412..729f5d1344076702d41771b6dd8dccf72a820c2b 100644 (file)
@@ -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{:}]
index 57223d4e3e0a15838a0a8d5fc70a5a043190c412..729f5d1344076702d41771b6dd8dccf72a820c2b 100644 (file)
@@ -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{:}]