]> granicus.if.org Git - python/commitdiff
Fix double hyphen markup.
authorRaymond Hettinger <python@rcn.com>
Sun, 7 Dec 2003 12:46:16 +0000 (12:46 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 7 Dec 2003 12:46:16 +0000 (12:46 +0000)
Doc/lib/libhtmlparser.tex

index b6b8c987e14af2acda336f447110796cea92af6b..3912653546207e4b6da479c29665035ad1619585 100644 (file)
@@ -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{<!-\-} and \samp{-\->} delimiters, but not the delimiters
-themselves.  For example, the comment \samp{<!--text-->} 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{<!{-}{-}text{-}{-}>} 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}