From: Raymond Hettinger Date: Mon, 25 Aug 2003 03:31:28 +0000 (+0000) Subject: SF bug #793702: Section 13.1 HTMLParser documentation error X-Git-Tag: v2.4a1~1710 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ac25ec0254eb28b27c80659c10b6ec7c6fa43b3;p=python SF bug #793702: Section 13.1 HTMLParser documentation error The -- is special to TeX and was printing as just -. --- diff --git a/Doc/lib/libhtmlparser.tex b/Doc/lib/libhtmlparser.tex index f7bbf63734..b6b8c987e1 100644 --- a/Doc/lib/libhtmlparser.tex +++ b/Doc/lib/libhtmlparser.tex @@ -109,7 +109,7 @@ 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 +\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