summaryrefslogtreecommitdiffstats
path: root/Tools/compiler
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2005-11-22 15:01:13 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2005-11-22 15:01:13 (GMT)
commita6d4b68254b9c30dfd63feebba423669d38a6d69 (patch)
treea76de09c684f198fc38484410b859b661353765d /Tools/compiler
parentcc9ab14a97ddc6a65e65f46f287b05aef11c487c (diff)
downloadcpython-a6d4b68254b9c30dfd63feebba423669d38a6d69.zip
cpython-a6d4b68254b9c30dfd63feebba423669d38a6d69.tar.gz
cpython-a6d4b68254b9c30dfd63feebba423669d38a6d69.tar.bz2
Add comment about updating docs
Diffstat (limited to 'Tools/compiler')
-rw-r--r--Tools/compiler/ast.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/compiler/ast.txt b/Tools/compiler/ast.txt
index a235b99..f2c0c99 100644
--- a/Tools/compiler/ast.txt
+++ b/Tools/compiler/ast.txt
@@ -6,6 +6,9 @@
# ! this child is a sequence that contains nodes in it
# & this child may be set to None
# = ... a default value for the node constructor (optional args)
+#
+# If you add node types here, please be sure to update the list of
+# Node types in Doc/lib/asttable.tex.
Module: doc*, node
Stmt: nodes!
Decorators: nodes!