]> granicus.if.org Git - python/commitdiff
spacing nit; this isn't C
authorBenjamin Peterson <benjamin@python.org>
Tue, 22 Jun 2010 19:45:51 +0000 (19:45 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 22 Jun 2010 19:45:51 +0000 (19:45 +0000)
Parser/Python.asdl

index 54f5893660a8c8b7e60ae0b7433387f60472d30d..9a9b933143e3ebedaf8d9cf100ce7f54d7416f79 100644 (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, exprdecorator_list)
              | Return(expr? value)
 
              | Delete(expr* targets)