File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -631,7 +631,7 @@ \section{Calling Python Functions from C
631631memory, and this should be checked.
632632
633633
634- \section {Format Strings for \cfunction {PyArg_ParseTuple()}
634+ \section {Extracting Parameters in Extension Functions
635635 \label {parseTuple } }
636636
637637The \cfunction {PyArg_ParseTuple()} function is declared as follows:
@@ -956,7 +956,7 @@ \section{Format Strings for \cfunction{PyArg_ParseTuple()}
956956\end {verbatim }
957957
958958
959- \section {Keyword Parsing with \cfunction {PyArg_ParseTupleAndKeywords()}
959+ \section {Keyword Parameters for Extension Functions
960960 \label {parseTupleAndKeywords } }
961961
962962The \cfunction {PyArg_ParseTupleAndKeywords()} function is declared as
@@ -1030,7 +1030,7 @@ \section{Keyword Parsing with \cfunction{PyArg_ParseTupleAndKeywords()}
10301030\end {verbatim }
10311031
10321032
1033- \section {The \cfunction {Py_BuildValue()} Function
1033+ \section {Building Arbitrary Values
10341034 \label {buildValue } }
10351035
10361036This function is the counterpart to \cfunction {PyArg_ParseTuple()}. It is
You can’t perform that action at this time.
0 commit comments