Consistency: In two \section{} headers, change {\tt ...} to \sectcode{...}.

This commit is contained in:
Fred Drake 1998-01-19 02:48:37 +00:00
parent 9e24309bb5
commit 53396f66c1
2 changed files with 4 additions and 4 deletions

View file

@ -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: