File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ \section{\module{HTMLParser} ---
109109\begin {methoddesc }{handle_comment}{data}
110110This method is called when a comment is encountered. The
111111\var {comment} argument is a string containing the text between the
112- \samp {{-}{-}} and \samp {{-}{-} } delimiters, but not the delimiters
113- themselves. For example, the comment \samp {<!{-}{-} text{-}{-} >} will
112+ \samp {--} and \samp {-- } delimiters, but not the delimiters
113+ themselves. For example, the comment \samp {<!-- text-- >} will
114114cause this method to be called with the argument \code {'text'}. It is
115115intended to be overridden by a derived class; the base class
116116implementation does nothing.
@@ -132,7 +132,7 @@ \section{\module{HTMLParser} ---
132132implementation does nothing.
133133
134134\note {The \class {HTMLParser} class uses the SGML syntactic rules for
135- processing instruction . An XHTML processing instruction using the
135+ processing instructions . An XHTML processing instruction using the
136136trailing \character {?} will cause the \character {?} to be included in
137137\var {data}.}
138138\end {methoddesc }
You can’t perform that action at this time.
0 commit comments