Kaydet (Commit) 9d62e80e authored tarafından Guido van Rossum's avatar Guido van Rossum

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

üst 5b7220f7
...@@ -393,7 +393,8 @@ except: ...@@ -393,7 +393,8 @@ except:
\end{verbatim}\ecode \end{verbatim}\ecode
% %
Notes: The assignment to \code{sys.stderr} is needed because the traceback 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. disable the word wrapping in HTML.
If you suspect that there may be a problem in importing the traceback If you suspect that there may be a problem in importing the traceback
......
...@@ -393,7 +393,8 @@ except: ...@@ -393,7 +393,8 @@ except:
\end{verbatim}\ecode \end{verbatim}\ecode
% %
Notes: The assignment to \code{sys.stderr} is needed because the traceback 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. disable the word wrapping in HTML.
If you suspect that there may be a problem in importing the traceback If you suspect that there may be a problem in importing the traceback
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment