mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Consistency: In two \section{} headers, change {\tt ...} to \sectcode{...}.
This commit is contained in:
parent
9e24309bb5
commit
53396f66c1
2 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue