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

Skip to content

Commit bcb09fa

Browse files
committed
Worked around bug SF #125880: changed the text of three sections that
really nasty TeX source to "bleed" into the PDF "bookmarks".
1 parent 5f0decf commit bcb09fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/ext/ext.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ \section{Calling Python Functions from C
631631
memory, 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

637637
The \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

962962
The \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

10361036
This function is the counterpart to \cfunction{PyArg_ParseTuple()}. It is

0 commit comments

Comments
 (0)