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.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/token.rst b/Doc/library/token.rst
index 991762f..4b98eac 100644
--- a/Doc/library/token.rst
+++ b/Doc/library/token.rst
@@ -5,6 +5,9 @@
:synopsis: Constants representing terminal nodes of the parse tree.
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
+**Source code:** :source:`Lib/token.py`
+
+--------------
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`