Remove strange use of $math$ mode to produce a backslash.

This commit is contained in:
Guido van Rossum 1997-11-25 00:35:44 +00:00
parent 5b7220f7ee
commit 9d62e80e46
2 changed files with 4 additions and 2 deletions

View File

@ -393,7 +393,8 @@ except:
\end{verbatim}\ecode
%
Notes: The assignment to \code{sys.stderr} is needed because the traceback
prints to \code{sys.stderr}. The \code{print "$\backslash$n$\backslash$n<PRE>"} statement is necessary to
prints to \code{sys.stderr}.
The \code{print "{\e}n{\e}n<PRE>"} statement is necessary to
disable the word wrapping in HTML.
If you suspect that there may be a problem in importing the traceback

View File

@ -393,7 +393,8 @@ except:
\end{verbatim}\ecode
%
Notes: The assignment to \code{sys.stderr} is needed because the traceback
prints to \code{sys.stderr}. The \code{print "$\backslash$n$\backslash$n<PRE>"} statement is necessary to
prints to \code{sys.stderr}.
The \code{print "{\e}n{\e}n<PRE>"} statement is necessary to
disable the word wrapping in HTML.
If you suspect that there may be a problem in importing the traceback