Skip to content

Commit 35f00be

Browse files
committed
spacing nit; this isn't C
1 parent 9a022aa commit 35f00be

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
@@ -11,7 +11,7 @@ module Python version "$Revision$"
1111

1212
stmt = FunctionDef(identifier name, arguments args,
1313
stmt* body, expr* decorator_list)
14-
| ClassDef(identifier name, expr* bases, stmt* body, expr *decorator_list)
14+
| ClassDef(identifier name, expr* bases, stmt* body, expr* decorator_list)
1515
| Return(expr? value)
1616

1717
| Delete(expr* targets)

0 commit comments

Comments
 (0)