diff options
| author | Guido van Rossum <guido@python.org> | 1997-11-25 00:35:44 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-11-25 00:35:44 +0000 |
| commit | 9d62e80e466931d5c189e198e13ebfcc82d00ac4 (patch) | |
| tree | 9a780e7fba8a376c12323118c0f1975a79d50997 /Doc/lib/libcgi.tex | |
| parent | 5b7220f7ee80c1b961ba4804027e7ed32f9db598 (diff) | |
| download | cpython-git-9d62e80e466931d5c189e198e13ebfcc82d00ac4.tar.gz | |
Remove strange use of $math$ mode to produce a backslash.
Diffstat (limited to 'Doc/lib/libcgi.tex')
| -rw-r--r-- | Doc/lib/libcgi.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libcgi.tex b/Doc/lib/libcgi.tex index 988015fcf4..3883acff01 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 |
