]> granicus.if.org Git - python/commitdiff
fix spelling
authorBenjamin Peterson <benjamin@python.org>
Wed, 10 Jun 2009 13:45:31 +0000 (13:45 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 10 Jun 2009 13:45:31 +0000 (13:45 +0000)
Grammar/Grammar

index 38a1408df40e17b5a06f1f6708e123c48b9bd3d3..1035506e9bb111bbc78c325c4acf82f564d7be3f 100644 (file)
@@ -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