mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Get rid of math mode in some places.
This commit is contained in:
parent
3e1e274d0b
commit
f259efe3d9
12 changed files with 18 additions and 18 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue