From: Fred Drake Date: Thu, 9 Apr 1998 15:44:58 +0000 (+0000) Subject: Work around a small (& annoying) limitation of the latex2html support for X-Git-Tag: v1.5.1~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45c634ecaec6a89528c5d88edd9a816a60ada17e;p=python Work around a small (& annoying) limitation of the latex2html support for \seemodule. This is far easier than figuring out the real problem, but it works. --- diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex index c4d2a6a249..434786bf78 100644 --- a/Doc/lib/libparser.tex +++ b/Doc/lib/libparser.tex @@ -691,11 +691,10 @@ provide additional capabilities. \begin{seealso} -\seemodule{symbol} - {useful constants representing internal nodes of the parse tree} +\seemodule{symbol}{useful constants representing internal nodes of the +parse tree} -\seemodule{token} - {useful constants representing leaf nodes of the parse tree and - functions for testing node values} +\seemodule{token}{useful constants representing leaf nodes of the +parse tree and functions for testing node values} \end{seealso} diff --git a/Doc/libparser.tex b/Doc/libparser.tex index c4d2a6a249..434786bf78 100644 --- a/Doc/libparser.tex +++ b/Doc/libparser.tex @@ -691,11 +691,10 @@ provide additional capabilities. \begin{seealso} -\seemodule{symbol} - {useful constants representing internal nodes of the parse tree} +\seemodule{symbol}{useful constants representing internal nodes of the +parse tree} -\seemodule{token} - {useful constants representing leaf nodes of the parse tree and - functions for testing node values} +\seemodule{token}{useful constants representing leaf nodes of the +parse tree and functions for testing node values} \end{seealso}