diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2012-01-05 18:06:25 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2012-01-05 18:06:25 (GMT) |
commit | ba232dfc83fcdff27b014c8db6c1e1919b42d28e (patch) | |
tree | 3467edd835177a806c3d52e924af612370170da0 | |
parent | dee45e20f67f8d81de2d9c003ab18660036d5d73 (diff) | |
download | cpython-ba232dfc83fcdff27b014c8db6c1e1919b42d28e.zip cpython-ba232dfc83fcdff27b014c8db6c1e1919b42d28e.tar.gz cpython-ba232dfc83fcdff27b014c8db6c1e1919b42d28e.tar.bz2 |
Issue #11984: remove reference to parser, it's not showing symbol usage anymore
-rw-r--r-- | Doc/library/symbol.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/library/symbol.rst b/Doc/library/symbol.rst index 75a4792..ef9ef1e 100644 --- a/Doc/library/symbol.rst +++ b/Doc/library/symbol.rst @@ -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. - |