Commit 1fbe3ab5 authored by Brett Cannon's avatar Brett Cannon

Change a very minor inconsistency (that is purely cosmetic) in the AST

definition.
parent 441268f8
......@@ -75,7 +75,7 @@ module Python version "$Revision$"
| Subscript(expr value, slice slice, expr_context ctx)
| Name(identifier id, expr_context ctx)
| List(expr* elts, expr_context ctx)
| Tuple(expr *elts, expr_context ctx)
| Tuple(expr* elts, expr_context ctx)
-- col_offset is the byte offset in the utf8 string the parser uses
attributes (int lineno, int col_offset)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment