From 9d62e80e466931d5c189e198e13ebfcc82d00ac4 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 25 Nov 1997 00:35:44 +0000 Subject: Remove strange use of $math$ mode to produce a backslash. --- Doc/lib/libcgi.tex | 3 ++- Doc/libcgi.tex | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libcgi.tex b/Doc/lib/libcgi.tex index 988015f..3883acf 100644 --- a/Doc/lib/libcgi.tex +++ b/Doc/lib/libcgi.tex @@ -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
"} statement is necessary to
+prints to \code{sys.stderr}.
+The \code{print "{\e}n{\e}n
"} statement is necessary to
 disable the word wrapping in HTML.
 
 If you suspect that there may be a problem in importing the traceback
diff --git a/Doc/libcgi.tex b/Doc/libcgi.tex
index 988015f..3883acf 100644
--- a/Doc/libcgi.tex
+++ b/Doc/libcgi.tex
@@ -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
"} statement is necessary to
+prints to \code{sys.stderr}.
+The \code{print "{\e}n{\e}n
"} statement is necessary to
 disable the word wrapping in HTML.
 
 If you suspect that there may be a problem in importing the traceback
-- 
cgit v0.12