diff options
author | Guido van Rossum <guido@python.org> | 1997-11-25 00:35:44 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-25 00:35:44 (GMT) |
commit | 9d62e80e466931d5c189e198e13ebfcc82d00ac4 (patch) | |
tree | 9a780e7fba8a376c12323118c0f1975a79d50997 | |
parent | 5b7220f7ee80c1b961ba4804027e7ed32f9db598 (diff) | |
download | cpython-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.tex | 3 | ||||
-rw-r--r-- | 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<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 |