diff --git a/Grammar/Grammar b/Grammar/Grammar index d8300ec7fc4..7d63e23135d 100644 --- a/Grammar/Grammar +++ b/Grammar/Grammar @@ -29,7 +29,7 @@ typedargslist: ((tfpdef ['=' test] ',')* | tfpdef ['=' test] (',' tfpdef ['=' test])* [',']) tfpdef: NAME [':' test] varargslist: ((vfpdef ['=' test] ',')* - ('*' [vfpdef] (',' vfpdef ['=' test])* [',' '**' vfpdef] | '**' vfpdef) + ('*' [vfpdef] (',' vfpdef ['=' test])* [',' '**' vfpdef] | '**' vfpdef) | vfpdef ['=' test] (',' vfpdef ['=' test])* [',']) vfpdef: NAME