Issue #11984: remove reference to parser, it's not showing symbol usage anymore

This commit is contained in:
Sandro Tosi 2012-01-05 19:06:25 +01:00
parent dee45e20f6
commit ba232dfc83
1 changed files with 0 additions and 8 deletions

View 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 Dictionary mapping the numeric values of the constants defined in this module
back to name strings, allowing more human-readable representation of parse trees back to name strings, allowing more human-readable representation of parse trees
to be generated. to be generated.
.. seealso::
Module :mod:`parser`
The second example for the :mod:`parser` module shows how to use the
:mod:`symbol` module.