From: Sandro Tosi Date: Thu, 5 Jan 2012 18:05:44 +0000 (+0100) Subject: Issue #11984: remove reference to parser, it's not showing symbol usage anymore X-Git-Tag: v2.7.3rc1~191 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f418f67a849dc63416a72b21773288db299695b;p=thirdparty%2FPython%2Fcpython.git Issue #11984: remove reference to parser, it's not showing symbol usage anymore --- diff --git a/Doc/library/symbol.rst b/Doc/library/symbol.rst index 75a47923a80b..8a7109006df8 100644 --- a/Doc/library/symbol.rst +++ b/Doc/library/symbol.rst @@ -25,10 +25,3 @@ This module also provides one additional data object: back to name strings, allowing more human-readable representation of parse trees to be generated. - -.. seealso:: - - Module :mod:`parser` - The second example for the :mod:`parser` module shows how to use the - :mod:`symbol` module. -