diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-12 05:33:34 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-12 05:33:34 (GMT) |
commit | 1247ceab94ef59669fdf2d3d710f7a0ac3f4842f (patch) | |
tree | 0769d86681d43a172b52de631c72ccf50122e2b8 /Doc/libsgmllib.tex | |
parent | 0add4c120dd7a24402e4e50aa95cfe9580f677d1 (diff) | |
download | cpython-1247ceab94ef59669fdf2d3d710f7a0ac3f4842f.zip cpython-1247ceab94ef59669fdf2d3d710f7a0ac3f4842f.tar.gz cpython-1247ceab94ef59669fdf2d3d710f7a0ac3f4842f.tar.bz2 |
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.
Diffstat (limited to 'Doc/libsgmllib.tex')
-rw-r--r-- | Doc/libsgmllib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libsgmllib.tex b/Doc/libsgmllib.tex index 19ce91c..44ed3ca 100644 --- a/Doc/libsgmllib.tex +++ b/Doc/libsgmllib.tex @@ -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 |