Skip to content

Commit

Permalink
oops that wasn't supposed to be there
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbirdguythatuknownot committed Sep 2, 2023
1 parent fdcf3a2 commit a656827
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 179 deletions.
2 changes: 1 addition & 1 deletion Grammar/python.gram
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ star_targets_tuple_seq[asdl_expr_seq*]:
| a=star_target ',' { (asdl_expr_seq*) _PyPegen_singleton_seq(p, a) }

star_target[expr_ty] (memo):
| '*' a=(!('*' | '**') star_target) {
| '*' a=(!'*' star_target) {
_PyAST_Starred(CHECK(expr_ty, _PyPegen_set_expr_context(p, a, Store)), Store, EXTRA) }
| target_with_star_atom

Expand Down
Loading

0 comments on commit a656827

Please sign in to comment.