summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-09 15:44:58 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-09 15:44:58 (GMT)
commit45c634ecaec6a89528c5d88edd9a816a60ada17e (patch)
tree8c20185fd5514f4474f9278c76892ea3bc36000a /Doc/lib
parent8a254b5967a29eb4f221555f5ef47e79ff8e828d (diff)
downloadcpython-45c634ecaec6a89528c5d88edd9a816a60ada17e.zip
cpython-45c634ecaec6a89528c5d88edd9a816a60ada17e.tar.gz
cpython-45c634ecaec6a89528c5d88edd9a816a60ada17e.tar.bz2
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.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libparser.tex9
1 files changed, 4 insertions, 5 deletions
diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex
index c4d2a6a..434786b 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}