diff options
Diffstat (limited to 'Tools/compiler/ast.txt')
-rw-r--r-- | Tools/compiler/ast.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/compiler/ast.txt b/Tools/compiler/ast.txt index 1f69e7e..be7197f 100644 --- a/Tools/compiler/ast.txt +++ b/Tools/compiler/ast.txt @@ -58,7 +58,6 @@ Getattr: expr, attrname* CallFunc: node, args!, star_args& = None, dstar_args& = None Keyword: name*, expr Subscript: expr, flags*, subs! -Ellipsis: Sliceobj: nodes! Slice: expr, flags*, lower&, upper& Assert: test, fail& |