diff options
Diffstat (limited to 'Doc/ext')
-rw-r--r-- | Doc/ext/ext.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 71343a5..596dd92 100644 --- a/Doc/ext/ext.tex +++ b/Doc/ext/ext.tex @@ -544,7 +544,7 @@ not complete: \code{Py_BuildValue()} may run out of memory, and this should be checked. -\section{Format Strings for {\tt PyArg_ParseTuple()}} +\section{Format Strings for \sectcode{PyArg_ParseTuple()}} The \code{PyArg_ParseTuple()} function is declared as follows: @@ -738,7 +738,7 @@ Some example calls: } \end{verbatim} % -\section{The {\tt Py_BuildValue()} Function} +\section{The \sectcode{Py_BuildValue()} Function} This function is the counterpart to \code{PyArg_ParseTuple()}. It is declared as follows: |