]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #23322: Remove outdated reference to an example in parser docs
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 8 Aug 2016 10:07:08 +0000 (13:07 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 8 Aug 2016 10:07:08 +0000 (13:07 +0300)
Initial patch by Sahil Chelaramani.

Doc/library/token.rst

index 116efca71547395c49d3fb1d452cb40b41102c41..effb7113230e742fb0ceb52c349e47ba57f80fbf 100644 (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.
-