diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-17 14:07:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-17 14:07:25 (GMT) |
commit | 2303d31cc0cf77e591d2f0dc727b04eb418781e8 (patch) | |
tree | 830099b74ef7a271998eef50d610866be921cb51 | |
parent | bcda484bc4f887c6001a59bd166f0dcfac3875da (diff) | |
download | cpython-2303d31cc0cf77e591d2f0dc727b04eb418781e8.zip cpython-2303d31cc0cf77e591d2f0dc727b04eb418781e8.tar.gz cpython-2303d31cc0cf77e591d2f0dc727b04eb418781e8.tar.bz2 |
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{}.
-rw-r--r-- | Doc/lib/libpprint.tex | 5 | ||||
-rw-r--r-- | Doc/libpprint.tex | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/Doc/lib/libpprint.tex b/Doc/lib/libpprint.tex index d003d2b..9e14d5f 100644 --- a/Doc/lib/libpprint.tex +++ b/Doc/lib/libpprint.tex @@ -1,7 +1,8 @@ %% Author: Fred L. Drake, Jr. <fdrake@acm.org> -\section{Standard module \sectcode{pprint}} +\section{Standard Module \sectcode{pprint}} \stmodindex{pprint} +\label{module-pprint} The \code{pprint} module provides a capability to ``pretty-print'' 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 recursive data structures. If the representation of \var{object} 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. \begin{verbatim} diff --git a/Doc/libpprint.tex b/Doc/libpprint.tex index d003d2b..9e14d5f 100644 --- a/Doc/libpprint.tex +++ b/Doc/libpprint.tex @@ -1,7 +1,8 @@ %% Author: Fred L. Drake, Jr. <fdrake@acm.org> -\section{Standard module \sectcode{pprint}} +\section{Standard Module \sectcode{pprint}} \stmodindex{pprint} +\label{module-pprint} The \code{pprint} module provides a capability to ``pretty-print'' 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 recursive data structures. If the representation of \var{object} 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. \begin{verbatim} |