diff options
author | Guido van Rossum <guido@python.org> | 1997-11-25 01:00:40 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-25 01:00:40 (GMT) |
commit | f259efe3d96009c61a9a1fad355dfbf1055ad8af (patch) | |
tree | 6480a7229a07287bb4ffbfac77d0913aadd8923a /Doc/lib/libpprint.tex | |
parent | 3e1e274d0b16bab5fd27a7d418863be8d3093466 (diff) | |
download | cpython-f259efe3d96009c61a9a1fad355dfbf1055ad8af.zip cpython-f259efe3d96009c61a9a1fad355dfbf1055ad8af.tar.gz cpython-f259efe3d96009c61a9a1fad355dfbf1055ad8af.tar.bz2 |
Get rid of math mode in some places.
Diffstat (limited to 'Doc/lib/libpprint.tex')
-rw-r--r-- | Doc/lib/libpprint.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpprint.tex b/Doc/lib/libpprint.tex index aabc8c7..d003d2b 100644 --- a/Doc/lib/libpprint.tex +++ b/Doc/lib/libpprint.tex @@ -122,7 +122,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 \samp{$<$Recursion on \var{typename} with id=\var{number}$>$}. The +as \code{<Recursion on \var{typename} with id=\var{number}>}. The representation is not otherwise formatted. \begin{verbatim} |