summaryrefslogtreecommitdiffstats
path: root/Doc/library/token.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/token.rst')
-rw-r--r--Doc/library/token.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/token.rst b/Doc/library/token.rst
index dab8f0f..f8ebb27 100644
--- a/Doc/library/token.rst
+++ b/Doc/library/token.rst
@@ -11,7 +11,7 @@
--------------
This module provides constants which represent the numeric values of leaf nodes
-of the parse tree (terminal tokens). Refer to the file :file:`Grammar/Grammar`
+of the parse tree (terminal tokens). Refer to the file :file:`Grammar/Tokens`
in the Python distribution for the definitions of the names in the context of
the language grammar. The specific numeric values which the names map to may
change between Python versions.