Fixed index references to modules.

This commit is contained in:
Fred Drake 1997-12-15 21:56:05 +00:00
parent 6206394a4b
commit 54820dc8e4
14 changed files with 44 additions and 42 deletions

View file

@ -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}: