#3923: fix undefined token.

This commit is contained in:
Georg Brandl 2008-09-21 17:03:29 +00:00
parent af079d4c14
commit dc529c1e1f
1 changed files with 1 additions and 2 deletions

View File

@ -598,8 +598,7 @@ A call calls a callable object (e.g., a function) with a possibly empty series
of arguments:
.. productionlist::
call: `primary` "(" [`argument_list` [","]
: | `expression` `genexpr_for`] ")"
call: `primary` "(" [`argument_list` [","] | `comprehension`] ")"
argument_list: `positional_arguments` ["," `keyword_arguments`]
: ["," "*" `expression`] ["," `keyword_arguments`]
: ["," "**" `expression`]