mirror of https://github.com/python/cpython
Kill gratuitous space.
This commit is contained in:
parent
a11d8c03a4
commit
7e4a6ebd42
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue