From d950d6084b7bc1e08ada13292d8274e6ac7080ab Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 7 Dec 2003 12:47:00 +0000 Subject: [PATCH] Fix double hyphen markup. --- Doc/lib/libhtmlparser.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/lib/libhtmlparser.tex b/Doc/lib/libhtmlparser.tex index b6b8c987e14a..391265354620 100644 --- a/Doc/lib/libhtmlparser.tex +++ b/Doc/lib/libhtmlparser.tex @@ -109,9 +109,9 @@ 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{} 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 +\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 implementation does nothing. \end{methoddesc} -- 2.47.3