From: Benjamin Peterson Date: Wed, 10 Jun 2009 13:45:31 +0000 (+0000) Subject: fix spelling X-Git-Tag: v2.7a1~990 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3a4d2951f44da7b0742e4068e69750bdcf1bb85;p=thirdparty%2FPython%2Fcpython.git fix spelling --- diff --git a/Grammar/Grammar b/Grammar/Grammar index 38a1408df40e..1035506e9bb1 100644 --- a/Grammar/Grammar +++ b/Grammar/Grammar @@ -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