summaryrefslogtreecommitdiff
path: root/Doc/lib/libsymbol.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-07-23 17:59:49 +0000
committerFred Drake <fdrake@acm.org>1998-07-23 17:59:49 +0000
commit6229ad63bd5d9dd1dcc4c0a81af586812f9a1bb9 (patch)
tree70068a208d367340ecd5f8acf966b462cc4a3ae5 /Doc/lib/libsymbol.tex
parentfcfde73f4aa67184d58750ce01059abbeb54c00d (diff)
downloadcpython-6229ad63bd5d9dd1dcc4c0a81af586812f9a1bb9.tar.gz
Adjusted to use the new module synopsis support macros.
Diffstat (limited to 'Doc/lib/libsymbol.tex')
-rw-r--r--Doc/lib/libsymbol.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libsymbol.tex b/Doc/lib/libsymbol.tex
index 0761405b29..6dbc76eaf5 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