summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-11-25 00:35:44 (GMT)
committerGuido van Rossum <guido@python.org>1997-11-25 00:35:44 (GMT)
commit9d62e80e466931d5c189e198e13ebfcc82d00ac4 (patch)
tree9a780e7fba8a376c12323118c0f1975a79d50997
parent5b7220f7ee80c1b961ba4804027e7ed32f9db598 (diff)
downloadcpython-9d62e80e466931d5c189e198e13ebfcc82d00ac4.zip
cpython-9d62e80e466931d5c189e198e13ebfcc82d00ac4.tar.gz
cpython-9d62e80e466931d5c189e198e13ebfcc82d00ac4.tar.bz2
Remove strange use of $math$ mode to produce a backslash.
-rw-r--r--Doc/lib/libcgi.tex3
-rw-r--r--Doc/libcgi.tex3
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<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
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<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