summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-12-06 18:32:13 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-12-06 18:32:13 (GMT)
commite84f03f78ca625f2a920a39c13b4c98c311cce8b (patch)
treecda1a46563e4eaca74490dd6ae3d61a5db27f10a /Parser
parentc1ce286061d02b8e3701633dd22c3ce813f9a6f6 (diff)
downloadcpython-e84f03f78ca625f2a920a39c13b4c98c311cce8b.zip
cpython-e84f03f78ca625f2a920a39c13b4c98c311cce8b.tar.gz
cpython-e84f03f78ca625f2a920a39c13b4c98c311cce8b.tar.bz2
there are only four asdl builtin types in py3k
Diffstat (limited to 'Parser')
-rw-r--r--Parser/Python.asdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/Python.asdl b/Parser/Python.asdl
index b4dd792..789e07b 100644
--- a/Parser/Python.asdl
+++ b/Parser/Python.asdl
@@ -1,4 +1,4 @@
--- ASDL's five builtin types are identifier, int, string, object
+-- ASDL's four builtin types are identifier, int, string, object
module Python version "$Revision$"
{