Issue #23322: Remove outdated reference to an example in parser docs

Initial patch by Sahil Chelaramani.
This commit is contained in:
Berker Peksag 2016-08-08 13:07:08 +03:00
parent 4365b8302d
commit 7d1c5efed1
1 changed files with 0 additions and 7 deletions

View File

@ -108,10 +108,3 @@ The token constants are:
Added :data:`AWAIT` and :data:`ASYNC` tokens. Starting with
Python 3.7, "async" and "await" will be tokenized as :data:`NAME`
tokens, and :data:`AWAIT` and :data:`ASYNC` will be removed.
.. seealso::
Module :mod:`parser`
The second example for the :mod:`parser` module shows how to use the
:mod:`symbol` module.