summaryrefslogtreecommitdiffstats
path: root/Doc/ext
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-19 02:48:37 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-19 02:48:37 (GMT)
commit53396f66c1b89fdb02228aeb1959555ed520d32c (patch)
tree0798241dbe9ddffade458c668f7c403d7a2c60eb /Doc/ext
parent9e24309bb5a1392c840503c11a4cd07088f2b9ec (diff)
downloadcpython-53396f66c1b89fdb02228aeb1959555ed520d32c.zip
cpython-53396f66c1b89fdb02228aeb1959555ed520d32c.tar.gz
cpython-53396f66c1b89fdb02228aeb1959555ed520d32c.tar.bz2
Consistency: In two \section{} headers, change {\tt ...} to \sectcode{...}.
Diffstat (limited to 'Doc/ext')
-rw-r--r--Doc/ext/ext.tex4
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: