From: Fred Drake Date: Mon, 23 Feb 1998 21:31:24 +0000 (+0000) Subject: Clean up some stuff in the {seealso} at the end. This avoids a little nit X-Git-Tag: v1.5.1~597 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78f6aac73e4978592971043f3e030f77285998c7;p=python 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. --- diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex index a8d116ab5f..1841eee4e5 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} diff --git a/Doc/libparser.tex b/Doc/libparser.tex index a8d116ab5f..1841eee4e5 100644 --- a/Doc/libparser.tex +++ b/Doc/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}