From bfbfc8deb2b1a1886fc5af74da593e9409dc99b9 Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sun, 29 Mar 2015 19:12:58 +0300 Subject: Removed unintentional trailing spaces in text files. --- Grammar/Grammar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Grammar') diff --git a/Grammar/Grammar b/Grammar/Grammar index 6c012c06ee..94898d375a 100644 --- a/Grammar/Grammar +++ b/Grammar/Grammar @@ -117,7 +117,7 @@ dictorsetmaker: ( (test ':' test (comp_for | (',' test ':' test)* [','])) | classdef: 'class' NAME ['(' [arglist] ')'] ':' suite arglist: (argument ',')* (argument [','] - |'*' test (',' argument)* [',' '**' test] + |'*' test (',' argument)* [',' '**' test] |'**' test) # The reason that keywords are test nodes instead of NAME is that using NAME # results in an ambiguity. ast.c makes sure it's a NAME. -- cgit v1.2.1