]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #11984: remove reference to parser, it's not showing symbol usage anymore
authorSandro Tosi <sandro.tosi@gmail.com>
Thu, 5 Jan 2012 18:05:44 +0000 (19:05 +0100)
committerSandro Tosi <sandro.tosi@gmail.com>
Thu, 5 Jan 2012 18:05:44 +0000 (19:05 +0100)
Doc/library/symbol.rst

index 75a47923a80b6eaa167fe52a72011d7f9aa69def..8a7109006df874451f62f76c30a5a912993afc44 100644 (file)
@@ -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.
-