Fix typo.

This commit is contained in:
Fred Drake 1998-03-03 19:37:38 +00:00
parent 4ad89bfe68
commit 40e72f7fbd
2 changed files with 2 additions and 2 deletions

View 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{:}]

View 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{:}]