Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53396f6

Browse files
committed
Consistency: In two \section{} headers, change {\tt ...} to \sectcode{...}.
1 parent 9e24309 commit 53396f6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/ext.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ \section{Calling Python Functions From \C{}}
544544
be checked.
545545

546546

547-
\section{Format Strings for {\tt PyArg_ParseTuple()}}
547+
\section{Format Strings for \sectcode{PyArg_ParseTuple()}}
548548

549549
The \code{PyArg_ParseTuple()} function is declared as follows:
550550

@@ -738,7 +738,7 @@ \section{Format Strings for {\tt PyArg_ParseTuple()}}
738738
}
739739
\end{verbatim}
740740
%
741-
\section{The {\tt Py_BuildValue()} Function}
741+
\section{The \sectcode{Py_BuildValue()} Function}
742742

743743
This function is the counterpart to \code{PyArg_ParseTuple()}. It is
744744
declared as follows:

Doc/ext/ext.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ \section{Calling Python Functions From \C{}}
544544
be checked.
545545

546546

547-
\section{Format Strings for {\tt PyArg_ParseTuple()}}
547+
\section{Format Strings for \sectcode{PyArg_ParseTuple()}}
548548

549549
The \code{PyArg_ParseTuple()} function is declared as follows:
550550

@@ -738,7 +738,7 @@ \section{Format Strings for {\tt PyArg_ParseTuple()}}
738738
}
739739
\end{verbatim}
740740
%
741-
\section{The {\tt Py_BuildValue()} Function}
741+
\section{The \sectcode{Py_BuildValue()} Function}
742742

743743
This function is the counterpart to \code{PyArg_ParseTuple()}. It is
744744
declared as follows:

0 commit comments

Comments
 (0)