summaryrefslogtreecommitdiffstats
path: root/Doc/ext
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-04 07:17:47 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-04 07:17:47 (GMT)
commite7957184d230b7eda9e7db942bc8f96e71a8c34b (patch)
tree465fc74ec9b63685706b8c69e2643310be0e21db /Doc/ext
parentfc57619811688c2ca885d285c651e0da59b88cc4 (diff)
downloadcpython-e7957184d230b7eda9e7db942bc8f96e71a8c34b.zip
cpython-e7957184d230b7eda9e7db942bc8f96e71a8c34b.tar.gz
cpython-e7957184d230b7eda9e7db942bc8f96e71a8c34b.tar.bz2
Change \sectcode to logical markup.
Diffstat (limited to 'Doc/ext')
-rw-r--r--Doc/ext/ext.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex
index 787914e..fc56a80 100644
--- a/Doc/ext/ext.tex
+++ b/Doc/ext/ext.tex
@@ -557,7 +557,7 @@ code is not complete: \cfunction{Py_BuildValue()} may run out of
memory, and this should be checked.
-\section{Format Strings for \sectcode{PyArg_ParseTuple()}}
+\section{Format Strings for \cfunction{PyArg_ParseTuple()}}
\label{parseTuple}
The \cfunction{PyArg_ParseTuple()} function is declared as follows:
@@ -763,7 +763,7 @@ Some example calls:
\end{verbatim}
-\section{Keyword Parsing with \sectcode{PyArg_ParseTupleAndKeywords()}}
+\section{Keyword Parsing with \cfunction{PyArg_ParseTupleAndKeywords()}}
\label{parseTupleAndKeywords}
The \cfunction{PyArg_ParseTupleAndKeywords()} function is declared as
@@ -833,7 +833,7 @@ initkeywdarg()
\end{verbatim}
-\section{The \sectcode{Py_BuildValue()} Function}
+\section{The \cfunction{Py_BuildValue()} Function}
\label{buildValue}
This function is the counterpart to \cfunction{PyArg_ParseTuple()}. It is