Skip to content

Commit 1e6755b

Browse files
committed
Issue #27518: Merge from 3.5
2 parents 6cf0e13 + 5d9c7ed commit 1e6755b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Grammar/Grammar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ arglist: argument (',' argument)* [',']
137137
# to our LL(1) parser. Even though 'test' includes '*expr' in star_expr,
138138
# we explicitly match '*' here, too, to give it proper precedence.
139139
# Illegal combinations and orderings are blocked in ast.c:
140-
# multiple (test comp_for) arguements are blocked; keyword unpackings
140+
# multiple (test comp_for) arguments are blocked; keyword unpackings
141141
# that precede iterable unpackings are blocked; etc.
142142
argument: ( test [comp_for] |
143143
test '=' test |

0 commit comments

Comments
 (0)