summaryrefslogtreecommitdiff
path: root/Grammar
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-07-07 16:10:44 +0000
committerMark Dickinson <dickinsm@gmail.com>2010-07-07 16:10:44 +0000
commitaad70bf04d23fa42db4eed3a0fb7756a369c36d6 (patch)
treea1f72b1be6eaf1590f3b31fa11b0e111178bc346 /Grammar
parent5bb344f1beeaba6d40c627422add9989b2a051a2 (diff)
downloadcpython-aad70bf04d23fa42db4eed3a0fb7756a369c36d6.tar.gz
Kill gratuitous space.
Diffstat (limited to 'Grammar')
-rw-r--r--Grammar/Grammar2
1 files changed, 1 insertions, 1 deletions
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