]> 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:06:25 +0000 (19:06 +0100)
committerSandro Tosi <sandro.tosi@gmail.com>
Thu, 5 Jan 2012 18:06:25 +0000 (19:06 +0100)
Doc/library/symbol.rst

index 75a47923a80b6eaa167fe52a72011d7f9aa69def..ef9ef1e129b637f2e832c9e1cda1b681456fd70d 100644 (file)
@@ -24,11 +24,3 @@ This module also provides one additional data object:
    Dictionary mapping the numeric values of the constants defined in this module
    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.
-