From 797dcea2b018ea70e876e3a89b2770b6f63ea184 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 16 Dec 2003 02:01:22 +0000 Subject: quick workaround to make "--" in a code sample not be treated wrongly (converted to an en-dash) by LaTeX2HTML --- Doc/lib/libhtmlparser.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/lib/libhtmlparser.tex b/Doc/lib/libhtmlparser.tex index 3912653..ce983f3 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} -- cgit v0.12