From c009735b509c0b259359d923e5514b66e0636380 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 22 Jun 2010 19:45:51 +0000 Subject: spacing nit; this isn't C --- Parser/Python.asdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parser/Python.asdl b/Parser/Python.asdl index 54f5893..9a9b933 100644 --- a/Parser/Python.asdl +++ b/Parser/Python.asdl @@ -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) -- cgit v0.12