From: Fred Drake Date: Mon, 19 Jan 1998 02:48:37 +0000 (+0000) Subject: Consistency: In two \section{} headers, change {\tt ...} to \sectcode{...}. X-Git-Tag: v1.5.1~948 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53396f66c1b89fdb02228aeb1959555ed520d32c;p=python Consistency: In two \section{} headers, change {\tt ...} to \sectcode{...}. --- diff --git a/Doc/ext.tex b/Doc/ext.tex index 71343a59cc..596dd926de 100644 --- a/Doc/ext.tex +++ b/Doc/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: diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 71343a59cc..596dd926de 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: