File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -695,7 +695,7 @@ \section{Format Strings for \sectcode{PyArg_ParseTuple()}}
695695Indicates that the remaining arguments in the Python argument list are
696696optional. The \C {} variables corresponding to optional arguments should
697697be initialized to their default value --- when an optional argument is
698- not specified, \cfuntion {PyArg_ParseTuple()} does not touch the contents
698+ not specified, \cfunction {PyArg_ParseTuple()} does not touch the contents
699699of the corresponding \C {} variable(s).
700700
701701\item [\samp {:}]
Original file line number Diff line number Diff line change @@ -695,7 +695,7 @@ \section{Format Strings for \sectcode{PyArg_ParseTuple()}}
695695Indicates that the remaining arguments in the Python argument list are
696696optional. The \C {} variables corresponding to optional arguments should
697697be initialized to their default value --- when an optional argument is
698- not specified, \cfuntion {PyArg_ParseTuple()} does not touch the contents
698+ not specified, \cfunction {PyArg_ParseTuple()} does not touch the contents
699699of the corresponding \C {} variable(s).
700700
701701\item [\samp {:}]
You can’t perform that action at this time.
0 commit comments