From: Fred Drake Date: Tue, 16 Dec 2003 02:01:22 +0000 (+0000) Subject: quick workaround to make "--" in a code sample not be treated wrongly X-Git-Tag: v2.3.3~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=797dcea2b018ea70e876e3a89b2770b6f63ea184;p=thirdparty%2FPython%2Fcpython.git quick workaround to make "--" in a code sample not be treated wrongly (converted to an en-dash) by LaTeX2HTML --- diff --git a/Doc/lib/libhtmlparser.tex b/Doc/lib/libhtmlparser.tex index 391265354620..ce983f3e956f 100644 --- a/Doc/lib/libhtmlparser.tex +++ b/Doc/lib/libhtmlparser.tex @@ -109,10 +109,10 @@ base class implementation does nothing. \begin{methoddesc}{handle_comment}{data} This method is called when a comment is encountered. The \var{comment} argument is a string containing the text between the -\samp{{-}{-}} and \samp{{-}{-}} delimiters, but not the delimiters -themselves. For example, the comment \samp{} will -cause this method to be called with the argument \code{'text'}. It is -intended to be overridden by a derived class; the base class +\samp{-\code{-}} and \samp{-\code{-}} delimiters, but not the delimiters +themselves. For example, the comment \samp{} +will cause this method to be called with the argument \code{'text'}. +It is intended to be overridden by a derived class; the base class implementation does nothing. \end{methoddesc}