diff --git a/Doc/lib/libpprint.tex b/Doc/lib/libpprint.tex index d003d2b2a37..9e14d5f5af2 100644 --- a/Doc/lib/libpprint.tex +++ b/Doc/lib/libpprint.tex @@ -1,7 +1,8 @@ %% Author: Fred L. Drake, Jr. -\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{}. The +as \samp{}. The representation is not otherwise formatted. \begin{verbatim} diff --git a/Doc/libpprint.tex b/Doc/libpprint.tex index d003d2b2a37..9e14d5f5af2 100644 --- a/Doc/libpprint.tex +++ b/Doc/libpprint.tex @@ -1,7 +1,8 @@ %% Author: Fred L. Drake, Jr. -\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{}. The +as \samp{}. The representation is not otherwise formatted. \begin{verbatim}