]> granicus.if.org Git - python/commitdiff
Kill gratuitous space.
authorMark Dickinson <dickinsm@gmail.com>
Wed, 7 Jul 2010 16:10:44 +0000 (16:10 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 7 Jul 2010 16:10:44 +0000 (16:10 +0000)
Grammar/Grammar

index d8300ec7fc47e7767cbb4d6aa9ecaaf6a92ae6a7..7d63e23135d601a713ba0486bcc87aceb67c743b 100644 (file)
@@ -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