diff options
Diffstat (limited to 'Doc/lib/libsymbol.tex')
-rw-r--r-- | Doc/lib/libsymbol.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libsymbol.tex b/Doc/lib/libsymbol.tex index 0761405..6dbc76e 100644 --- a/Doc/lib/libsymbol.tex +++ b/Doc/lib/libsymbol.tex @@ -1,6 +1,8 @@ \section{Standard Module \module{symbol}} -\label{module-symbol} -\stmodindex{symbol} +\declaremodule{standard}{symbol} + +\modulesynopsis{Constants representing internal nodes of the parse tree.} + This module provides constants which represent the numeric values of internal nodes of the parse tree. Unlike most Python constants, these |