Commit 1b44ecbd authored by Fred Drake's avatar Fred Drake

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

parent a2b375e0
...@@ -544,7 +544,7 @@ not complete: \code{Py_BuildValue()} may run out of memory, and this should ...@@ -544,7 +544,7 @@ not complete: \code{Py_BuildValue()} may run out of memory, and this should
be checked. 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: The \code{PyArg_ParseTuple()} function is declared as follows:
...@@ -738,7 +738,7 @@ Some example calls: ...@@ -738,7 +738,7 @@ Some example calls:
} }
\end{verbatim} \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 This function is the counterpart to \code{PyArg_ParseTuple()}. It is
declared as follows: declared as follows:
......
...@@ -544,7 +544,7 @@ not complete: \code{Py_BuildValue()} may run out of memory, and this should ...@@ -544,7 +544,7 @@ not complete: \code{Py_BuildValue()} may run out of memory, and this should
be checked. 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: The \code{PyArg_ParseTuple()} function is declared as follows:
...@@ -738,7 +738,7 @@ Some example calls: ...@@ -738,7 +738,7 @@ Some example calls:
} }
\end{verbatim} \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 This function is the counterpart to \code{PyArg_ParseTuple()}. It is
declared as follows: declared as follows:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment