Skip to content

Commit 60995fb

Browse files
committed
Merged revisions 82160 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r82160 | benjamin.peterson | 2010-06-22 14:45:51 -0500 (Tue, 22 Jun 2010) | 1 line spacing nit; this isn't C ........
1 parent 0820e93 commit 60995fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Parser/Python.asdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module Python version "$Revision$"
1717
expr? starargs,
1818
expr? kwargs,
1919
stmt* body,
20-
expr *decorator_list)
20+
expr* decorator_list)
2121
| Return(expr? value)
2222

2323
| Delete(expr* targets)

0 commit comments

Comments
 (0)