summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-23 21:31:24 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-23 21:31:24 (GMT)
commit78f6aac73e4978592971043f3e030f77285998c7 (patch)
treef29dbe94d053c20855d0ddd0a68d492c9df8da2b /Doc/lib
parent557f44661899fc3fdc276db8079df07b7f2cdb7e (diff)
downloadcpython-78f6aac73e4978592971043f3e030f77285998c7.zip
cpython-78f6aac73e4978592971043f3e030f77285998c7.tar.gz
cpython-78f6aac73e4978592971043f3e030f77285998c7.tar.bz2
Clean up some stuff in the {seealso} at the end. This avoids a little nit
(which causes processing to fail) when using the LaTeX hyperref package.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libparser.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex
index a8d116a..1841eee 100644
--- a/Doc/lib/libparser.tex
+++ b/Doc/lib/libparser.tex
@@ -685,11 +685,11 @@ 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}