From 7e4a6ebd42db12f57709279762ffc2a3ef860583 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Wed, 7 Jul 2010 16:10:44 +0000 Subject: Kill gratuitous space. --- Grammar/Grammar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Grammar') diff --git a/Grammar/Grammar b/Grammar/Grammar index d8300ec7fc..7d63e23135 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 -- cgit v1.2.1