mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fixed index references to modules.
This commit is contained in:
parent
6206394a4b
commit
54820dc8e4
14 changed files with 44 additions and 42 deletions
|
@ -19,10 +19,10 @@ from and extends the \code{SGMLParser} class defined in module
|
|||
provided in the \code{formatter} module; refer to the documentation
|
||||
for that module for information on the formatter interface.
|
||||
\index{SGML}
|
||||
\stmodindex{sgmllib}
|
||||
\refstmodindex{sgmllib}
|
||||
\ttindex{SGMLParser}
|
||||
\index{formatter}
|
||||
\stmodindex{formatter}
|
||||
\refstmodindex{formatter}
|
||||
|
||||
The following is a summary of the interface defined by
|
||||
\code{sgmllib.SGMLParser}:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue