summaryrefslogtreecommitdiffstats
path: root/Doc/ext.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-03-03 19:37:38 (GMT)
committerFred Drake <fdrake@acm.org>1998-03-03 19:37:38 (GMT)
commit40e72f7fbdbdbacaf7931e5e921d4398573be1e0 (patch)
treeadfd2a91b461eff917833c34b2bfa518175cd3fb /Doc/ext.tex
parent4ad89bfe687ef64179d384e6105657240d6a494d (diff)
downloadcpython-40e72f7fbdbdbacaf7931e5e921d4398573be1e0.zip
cpython-40e72f7fbdbdbacaf7931e5e921d4398573be1e0.tar.gz
cpython-40e72f7fbdbdbacaf7931e5e921d4398573be1e0.tar.bz2
Fix typo.
Diffstat (limited to 'Doc/ext.tex')
-rw-r--r--Doc/ext.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ext.tex b/Doc/ext.tex
index 57223d4..729f5d1 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{:}]