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,9 +109,9 @@ \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 cause
114- this method to be called with the argument \code {'text'}. It is
112+ \samp {{-}{-}} and \samp {{-}{-} } delimiters, but not the delimiters
113+ themselves. For example, the comment \samp {<!{-}{-} text{-}{-} >} will
114+ cause 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.
117117\end {methoddesc }
You can’t perform that action at this time.
0 commit comments