]> granicus.if.org Git - python/commitdiff
Remove strange use of $math$ mode to produce a backslash.
authorGuido van Rossum <guido@python.org>
Tue, 25 Nov 1997 00:35:44 +0000 (00:35 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 25 Nov 1997 00:35:44 +0000 (00:35 +0000)
Doc/lib/libcgi.tex
Doc/libcgi.tex

index 988015fcf459c79d4124b7dd5ba4cdea73e90466..3883acff01fa021d727c5fcec808f2e4fb2838a4 100644 (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
index 988015fcf459c79d4124b7dd5ba4cdea73e90466..3883acff01fa021d727c5fcec808f2e4fb2838a4 100644 (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