summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3/Grammar.txt
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-29 16:12:58 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-29 16:12:58 (GMT)
commitbfbfc8deb2b1a1886fc5af74da593e9409dc99b9 (patch)
tree724f52aeffed967471bf769eb089fab0a7d4ac58 /Lib/lib2to3/Grammar.txt
parent1770fde94cb2bbcd05f4e3e72e2b78074566f522 (diff)
downloadcpython-bfbfc8deb2b1a1886fc5af74da593e9409dc99b9.zip
cpython-bfbfc8deb2b1a1886fc5af74da593e9409dc99b9.tar.gz
cpython-bfbfc8deb2b1a1886fc5af74da593e9409dc99b9.tar.bz2
Removed unintentional trailing spaces in text files.
Diffstat (limited to 'Lib/lib2to3/Grammar.txt')
-rw-r--r--Lib/lib2to3/Grammar.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/Grammar.txt b/Lib/lib2to3/Grammar.txt
index e667bcd..ce95d26 100644
--- a/Lib/lib2to3/Grammar.txt
+++ b/Lib/lib2to3/Grammar.txt
@@ -142,7 +142,7 @@ dictsetmaker: ( (test ':' test (comp_for | (',' test ':' test)* [','])) |
classdef: 'class' NAME ['(' [arglist] ')'] ':' suite
arglist: (argument ',')* (argument [',']
- |'*' test (',' argument)* [',' '**' test]
+ |'*' test (',' argument)* [',' '**' test]
|'**' test)
argument: test [comp_for] | test '=' test # Really [keyword '='] test