Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40e72f7

Browse files
committed
Fix typo.
1 parent 4ad89bf commit 40e72f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/ext.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ \section{Format Strings for \sectcode{PyArg_ParseTuple()}}
695695
Indicates that the remaining arguments in the Python argument list are
696696
optional. The \C{} variables corresponding to optional arguments should
697697
be 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
699699
of the corresponding \C{} variable(s).
700700

701701
\item[\samp{:}]

Doc/ext/ext.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ \section{Format Strings for \sectcode{PyArg_ParseTuple()}}
695695
Indicates that the remaining arguments in the Python argument list are
696696
optional. The \C{} variables corresponding to optional arguments should
697697
be 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
699699
of the corresponding \C{} variable(s).
700700

701701
\item[\samp{:}]

0 commit comments

Comments
 (0)