mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
fix spelling
This commit is contained in:
parent
5217c0848a
commit
d3a4d2951f
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ arglist: (argument ',')* (argument [',']
|
|||
|'*' test (',' argument)* [',' '**' test]
|
||||
|'**' test)
|
||||
# The reason that keywords are test nodes instead of NAME is that using NAME
|
||||
# results in an amiguity. ast.c makes sure it's a NAME.
|
||||
# results in an ambiguity. ast.c makes sure it's a NAME.
|
||||
argument: test [gen_for] | test '=' test
|
||||
|
||||
list_iter: list_for | list_if
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue