Skip to content

Commit

Permalink
Merge b4303a1 into a307bc3
Browse files Browse the repository at this point in the history
  • Loading branch information
miyakogi committed Jan 31, 2016
2 parents a307bc3 + b4303a1 commit 9834919
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jedi/parser/grammar3.4.txt
Expand Up @@ -27,7 +27,8 @@ parameters: '(' [typedargslist] ')'
typedargslist: (tfpdef ['=' test] (',' tfpdef ['=' test])* [','
['*' [tfpdef] (',' tfpdef ['=' test])* [',' '**' tfpdef] | '**' tfpdef]]
| '*' [tfpdef] (',' tfpdef ['=' test])* [',' '**' tfpdef] | '**' tfpdef)
tfpdef: NAME [':' test]
tname: NAME [':' test]
tfpdef: tname
varargslist: (vfpdef ['=' test] (',' vfpdef ['=' test])* [','
['*' [vfpdef] (',' vfpdef ['=' test])* [',' '**' vfpdef] | '**' vfpdef]]
| '*' [vfpdef] (',' vfpdef ['=' test])* [',' '**' vfpdef] | '**' vfpdef)
Expand Down

0 comments on commit 9834919

Please sign in to comment.