Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d62e80

Browse files
committed
Remove strange use of $math$ mode to produce a backslash.
1 parent 5b7220f commit 9d62e80

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Doc/lib/libcgi.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,8 @@ \subsection{Debugging CGI scripts}
393393
\end{verbatim}\ecode
394394
%
395395
Notes: The assignment to \code{sys.stderr} is needed because the traceback
396-
prints to \code{sys.stderr}. The \code{print "$\backslash$n$\backslash$n<PRE>"} statement is necessary to
396+
prints to \code{sys.stderr}.
397+
The \code{print "{\e}n{\e}n<PRE>"} statement is necessary to
397398
disable the word wrapping in HTML.
398399
399400
If you suspect that there may be a problem in importing the traceback

Doc/libcgi.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,8 @@ \subsection{Debugging CGI scripts}
393393
\end{verbatim}\ecode
394394
%
395395
Notes: The assignment to \code{sys.stderr} is needed because the traceback
396-
prints to \code{sys.stderr}. The \code{print "$\backslash$n$\backslash$n<PRE>"} statement is necessary to
396+
prints to \code{sys.stderr}.
397+
The \code{print "{\e}n{\e}n<PRE>"} statement is necessary to
397398
disable the word wrapping in HTML.
398399
399400
If you suspect that there may be a problem in importing the traceback

0 commit comments

Comments
 (0)