summaryrefslogtreecommitdiffstats
path: root/Doc/library/token.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-08-08 10:07:08 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-08-08 10:07:08 (GMT)
commit7d1c5efed19cebc27bf7937a71d1a736192921a1 (patch)
tree88a73cd04b56a8e331ba107d8e3d5ceba769af45 /Doc/library/token.rst
parent4365b8302db6e100e3ad4bddf891c8a4e747c5c1 (diff)
downloadcpython-7d1c5efed19cebc27bf7937a71d1a736192921a1.zip
cpython-7d1c5efed19cebc27bf7937a71d1a736192921a1.tar.gz
cpython-7d1c5efed19cebc27bf7937a71d1a736192921a1.tar.bz2
Issue #23322: Remove outdated reference to an example in parser docs
Initial patch by Sahil Chelaramani.
Diffstat (limited to 'Doc/library/token.rst')
-rw-r--r--Doc/library/token.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/token.rst b/Doc/library/token.rst
index 116efca..effb711 100644
--- a/Doc/library/token.rst
+++ b/Doc/library/token.rst
@@ -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.
-