Get rid of math mode in some places.

This commit is contained in:
Guido van Rossum 1997-11-25 01:00:40 +00:00
parent 3e1e274d0b
commit f259efe3d9
12 changed files with 18 additions and 18 deletions

View file

@ -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}