mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
SF bug #793702: Section 13.1 HTMLParser documentation error
The -- is special to TeX and was printing as just -.
This commit is contained in:
parent
c2a5cb2327
commit
9ac25ec025
1 changed files with 1 additions and 1 deletions
|
@ -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{<!--} and \samp{-->} delimiters, but not the delimiters
|
||||
\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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue