]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- remove crufty markup that's no longer needed to make the
authorFred Drake <fdrake@acm.org>
Tue, 30 Dec 2003 16:18:23 +0000 (16:18 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 30 Dec 2003 16:18:23 +0000 (16:18 +0000)
  presentation work right (and didn't work anyway)
- fix minor typo

Doc/lib/libhtmlparser.tex

index 3912653546207e4b6da479c29665035ad1619585..5ba8e86d34e5601bba3b17dbdaf3d80eff814d2b 100644 (file)
@@ -109,8 +109,8 @@ 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
+\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.
@@ -132,7 +132,7 @@ is intended to be overridden by a derived class; the base class
 implementation does nothing.
 
 \note{The \class{HTMLParser} class uses the SGML syntactic rules for
-processing instruction.  An XHTML processing instruction using the
+processing instructions.  An XHTML processing instruction using the
 trailing \character{?} will cause the \character{?} to be included in
 \var{data}.}
 \end{methoddesc}