Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e4a6eb

Browse files
committed
Kill gratuitous space.
1 parent a11d8c0 commit 7e4a6eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Grammar/Grammar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ typedargslist: ((tfpdef ['=' test] ',')*
2929
| tfpdef ['=' test] (',' tfpdef ['=' test])* [','])
3030
tfpdef: NAME [':' test]
3131
varargslist: ((vfpdef ['=' test] ',')*
32-
('*' [vfpdef] (',' vfpdef ['=' test])* [',' '**' vfpdef] | '**' vfpdef)
32+
('*' [vfpdef] (',' vfpdef ['=' test])* [',' '**' vfpdef] | '**' vfpdef)
3333
| vfpdef ['=' test] (',' vfpdef ['=' test])* [','])
3434
vfpdef: NAME
3535

0 commit comments

Comments
 (0)