File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ atom: '(' ')' |
257
257
' {' ' }' |
258
258
' {' dictorsetmaker ' }' |
259
259
NAME | NUMBER | strings | ELIPSIS | NONE | TRUE | FALSE
260
- testlist_comp : test_or_star_expr comp_for | test_or_star_expr test_or_star_exprs optional_comma
260
+ testlist_comp : test_or_star_expr comp_for | test_or_star_exprs optional_comma
261
261
trailer : ' (' ' )' | ' (' arglist ' )' | ' [' subscriptlist ' ]' | ' .' NAME
262
262
subscripts : subscript | subscripts ' ,' subscript
263
263
subscriptlist : subscripts optional_comma
@@ -279,7 +279,7 @@ testlist: tests optional_comma
279
279
test_colon_tests : test ' :' test | test_colon_tests ' ,' test ' :' test
280
280
dictorsetmaker : test_colon_tests optional_comma
281
281
| test ' :' test comp_for
282
- | test testlist
282
+ | testlist
283
283
| test comp_for
284
284
285
285
classdef : CLASS NAME optional_arglist_call ' :' suite
You can’t perform that action at this time.
0 commit comments