there are only four asdl builtin types in py3k
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$"
 {