From: Fred Drake Date: Fri, 12 Dec 1997 05:33:34 +0000 (+0000) Subject: Changed \indexsubitem from ({\tt SGMLParser} method) to just X-Git-Tag: v1.5~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1247ceab94ef59669fdf2d3d710f7a0ac3f4842f;p=python 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. --- diff --git a/Doc/lib/libsgmllib.tex b/Doc/lib/libsgmllib.tex index 19ce91c803..44ed3ca0f9 100644 --- a/Doc/lib/libsgmllib.tex +++ b/Doc/lib/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 diff --git a/Doc/libsgmllib.tex b/Doc/libsgmllib.tex index 19ce91c803..44ed3ca0f9 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