diff options
-rw-r--r-- | Doc/library/token.rst | 7 |
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. - |