]> granicus.if.org Git - python/commitdiff
Clean up some stuff in the {seealso} at the end. This avoids a little nit
authorFred Drake <fdrake@acm.org>
Mon, 23 Feb 1998 21:31:24 +0000 (21:31 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 23 Feb 1998 21:31:24 +0000 (21:31 +0000)
(which causes processing to fail) when using the LaTeX hyperref package.

Doc/lib/libparser.tex
Doc/libparser.tex

index a8d116ab5f4a6502a1a159f9a06efef21d23690b..1841eee4e568e92f12541063b59131f6bf8dd6bc 100644 (file)
@@ -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}
index a8d116ab5f4a6502a1a159f9a06efef21d23690b..1841eee4e568e92f12541063b59131f6bf8dd6bc 100644 (file)
@@ -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}