From: Raymond Hettinger Date: Sun, 7 Dec 2003 12:46:16 +0000 (+0000) Subject: Fix double hyphen markup. X-Git-Tag: v2.4a1~1129 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=295530585bc749b341a5de83c9fed64d2f18e030;p=thirdparty%2FPython%2Fcpython.git Fix double hyphen markup. --- 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}