diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-15 21:56:05 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-15 21:56:05 (GMT) |
commit | 54820dc8e4db15bd30c4b2f650d79cd0fb96f76b (patch) | |
tree | e21ef93287768da2f4516ced6ab8e4f82ac8168c /Doc/libhtmllib.tex | |
parent | 6206394a4b42a22845713f9971923613eb6c8203 (diff) | |
download | cpython-54820dc8e4db15bd30c4b2f650d79cd0fb96f76b.zip cpython-54820dc8e4db15bd30c4b2f650d79cd0fb96f76b.tar.gz cpython-54820dc8e4db15bd30c4b2f650d79cd0fb96f76b.tar.bz2 |
Fixed index references to modules.
Diffstat (limited to 'Doc/libhtmllib.tex')
-rw-r--r-- | Doc/libhtmllib.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/libhtmllib.tex b/Doc/libhtmllib.tex index edae551..8405ad1 100644 --- a/Doc/libhtmllib.tex +++ b/Doc/libhtmllib.tex @@ -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}: |