mirror of https://github.com/python/cpython
Make the word "Module" in the section header start with an upper-case "M".
Added a \label{} for the module. Changed one \code{} to a \samp{}.
This commit is contained in:
parent
bcda484bc4
commit
2303d31cc0
|
@ -1,7 +1,8 @@
|
||||||
%% Author: Fred L. Drake, Jr. <fdrake@acm.org>
|
%% Author: Fred L. Drake, Jr. <fdrake@acm.org>
|
||||||
|
|
||||||
\section{Standard module \sectcode{pprint}}
|
\section{Standard Module \sectcode{pprint}}
|
||||||
\stmodindex{pprint}
|
\stmodindex{pprint}
|
||||||
|
\label{module-pprint}
|
||||||
|
|
||||||
The \code{pprint} module provides a capability to ``pretty-print''
|
The \code{pprint} module provides a capability to ``pretty-print''
|
||||||
arbitrary Python data structures in a form which can be used as input
|
arbitrary Python data structures in a form which can be used as input
|
||||||
|
@ -122,7 +123,7 @@ One more support function is also defined:
|
||||||
Return a string representation of \var{object}, protected against
|
Return a string representation of \var{object}, protected against
|
||||||
recursive data structures. If the representation of \var{object}
|
recursive data structures. If the representation of \var{object}
|
||||||
exposes a recursive entry, the recursive reference will be represented
|
exposes a recursive entry, the recursive reference will be represented
|
||||||
as \code{<Recursion on \var{typename} with id=\var{number}>}. The
|
as \samp{<Recursion on \var{typename} with id=\var{number}>}. The
|
||||||
representation is not otherwise formatted.
|
representation is not otherwise formatted.
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
%% Author: Fred L. Drake, Jr. <fdrake@acm.org>
|
%% Author: Fred L. Drake, Jr. <fdrake@acm.org>
|
||||||
|
|
||||||
\section{Standard module \sectcode{pprint}}
|
\section{Standard Module \sectcode{pprint}}
|
||||||
\stmodindex{pprint}
|
\stmodindex{pprint}
|
||||||
|
\label{module-pprint}
|
||||||
|
|
||||||
The \code{pprint} module provides a capability to ``pretty-print''
|
The \code{pprint} module provides a capability to ``pretty-print''
|
||||||
arbitrary Python data structures in a form which can be used as input
|
arbitrary Python data structures in a form which can be used as input
|
||||||
|
@ -122,7 +123,7 @@ One more support function is also defined:
|
||||||
Return a string representation of \var{object}, protected against
|
Return a string representation of \var{object}, protected against
|
||||||
recursive data structures. If the representation of \var{object}
|
recursive data structures. If the representation of \var{object}
|
||||||
exposes a recursive entry, the recursive reference will be represented
|
exposes a recursive entry, the recursive reference will be represented
|
||||||
as \code{<Recursion on \var{typename} with id=\var{number}>}. The
|
as \samp{<Recursion on \var{typename} with id=\var{number}>}. The
|
||||||
representation is not otherwise formatted.
|
representation is not otherwise formatted.
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
|
|
Loading…
Reference in New Issue