Issue #11984: remove reference to parser, it's not showing symbol usage anymore
This commit is contained in:
parent
dee45e20f6
commit
ba232dfc83
|
@ -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.
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue