mirror of
https://github.com/python/cpython.git
synced 2025-01-19 23:15:20 +08:00
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
Block a user