mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Changed \indexsubitem from ({\tt HTMLParser} method) to just
(HTMLParser method). This makes it more consistent with other modules. All three *mllib modules need this change.
This commit is contained in:
parent
1247ceab94
commit
095f35ad60
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements.
|
|||
In addition to tag methods, the \code{HTMLParser} class provides some
|
||||
additional methods and instance variables for use within tag methods.
|
||||
|
||||
\renewcommand{\indexsubitem}{({\tt HTMLParser} method)}
|
||||
\renewcommand{\indexsubitem}{(HTMLParser method)}
|
||||
|
||||
\begin{datadesc}{formatter}
|
||||
This is the formatter instance associated with the parser.
|
||||
|
|
|
@ -70,7 +70,7 @@ handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements.
|
|||
In addition to tag methods, the \code{HTMLParser} class provides some
|
||||
additional methods and instance variables for use within tag methods.
|
||||
|
||||
\renewcommand{\indexsubitem}{({\tt HTMLParser} method)}
|
||||
\renewcommand{\indexsubitem}{(HTMLParser method)}
|
||||
|
||||
\begin{datadesc}{formatter}
|
||||
This is the formatter instance associated with the parser.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue