diff options
Diffstat (limited to 'Doc/library/symbol.rst')
-rw-r--r-- | Doc/library/symbol.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/symbol.rst b/Doc/library/symbol.rst index 5134d47269..75a47923a8 100644 --- a/Doc/library/symbol.rst +++ b/Doc/library/symbol.rst @@ -5,6 +5,9 @@ :synopsis: Constants representing internal nodes of the parse tree. .. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org> +**Source code:** :source:`Lib/symbol.py` + +-------------- This module provides constants which represent the numeric values of internal nodes of the parse tree. Unlike most Python constants, these use lower-case |