diff options
Diffstat (limited to 'Tools/compiler/ast.txt')
-rw-r--r-- | Tools/compiler/ast.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/compiler/ast.txt b/Tools/compiler/ast.txt index 3e2a82d..3f8953b 100644 --- a/Tools/compiler/ast.txt +++ b/Tools/compiler/ast.txt @@ -43,7 +43,7 @@ Dict: items! Not: expr Compare: expr, ops! Name: name* -Global: names +Global: names* Backquote: expr Getattr: expr, attrname* CallFunc: node, args!, star_args& = None, dstar_args& = None |