mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Changed \indexsubitem from ({\tt SGMLParser} method) to just
(SGMLParser method). This makes it more consistent with other modules. All three *mllib modules need this change.
This commit is contained in:
parent
0add4c120d
commit
1247ceab94
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ spaces, tabs, and newlines are allowed between the trailing
|
|||
The \code{SGMLParser} class must be instantiated without arguments.
|
||||
It has the following interface methods:
|
||||
|
||||
\renewcommand{\indexsubitem}{({\tt SGMLParser} method)}
|
||||
\renewcommand{\indexsubitem}{(SGMLParser method)}
|
||||
|
||||
\begin{funcdesc}{reset}{}
|
||||
Reset the instance. Loses all unprocessed data. This is called
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ spaces, tabs, and newlines are allowed between the trailing
|
|||
The \code{SGMLParser} class must be instantiated without arguments.
|
||||
It has the following interface methods:
|
||||
|
||||
\renewcommand{\indexsubitem}{({\tt SGMLParser} method)}
|
||||
\renewcommand{\indexsubitem}{(SGMLParser method)}
|
||||
|
||||
\begin{funcdesc}{reset}{}
|
||||
Reset the instance. Loses all unprocessed data. This is called
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue