diff options
-rw-r--r-- | Doc/library/symbol.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/symbol.rst b/Doc/library/symbol.rst index 75a4792..8a71090 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. - |