spacing nit; this isn't C

This commit is contained in:
Benjamin Peterson 2010-06-22 19:45:51 +00:00
parent b91338960e
commit c009735b50
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module Python version "$Revision$"
stmt = FunctionDef(identifier name, arguments args,
stmt* body, expr* decorator_list)
| ClassDef(identifier name, expr* bases, stmt* body, expr *decorator_list)
| ClassDef(identifier name, expr* bases, stmt* body, expr* decorator_list)
| Return(expr? value)
| Delete(expr* targets)