diff options
author | Batuhan Taskaya <batuhanosmantaskaya@gmail.com> | 2020-05-06 14:29:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-06 14:29:32 (GMT) |
commit | 091951a67c832db83c60f4eb22f1fb474b70e635 (patch) | |
tree | 67fa56ccc7099d080ac19460d82a68b7f685b8ff /Parser/Python.asdl | |
parent | 2668a9a5aa506a048aef7b4881c8dcf6b81c6870 (diff) | |
download | cpython-091951a67c832db83c60f4eb22f1fb474b70e635.zip cpython-091951a67c832db83c60f4eb22f1fb474b70e635.tar.gz cpython-091951a67c832db83c60f4eb22f1fb474b70e635.tar.bz2 |
bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952)
Diffstat (limited to 'Parser/Python.asdl')
-rw-r--r-- | Parser/Python.asdl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Parser/Python.asdl b/Parser/Python.asdl index f789f1d..889712b 100644 --- a/Parser/Python.asdl +++ b/Parser/Python.asdl @@ -1,5 +1,5 @@ --- ASDL's 5 builtin types are: --- identifier, int, string, object, constant +-- ASDL's 4 builtin types are: +-- identifier, int, string, constant module Python { |