]> granicus.if.org Git - python/commitdiff
Merged revisions 82160 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Tue, 22 Jun 2010 20:02:39 +0000 (20:02 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 22 Jun 2010 20:02:39 +0000 (20:02 +0000)
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
........

Parser/Python.asdl

index a535f659f3ff73dd42370f52b98ca88ae6ceed53..9407b2f18692e19b8edd2881c56ac81f348cdc52 100644 (file)
@@ -17,7 +17,7 @@ module Python version "$Revision$"
                         expr? starargs,
                         expr? kwargs,
                         stmt* body,
-                        expr *decorator_list)
+                        exprdecorator_list)
              | Return(expr? value)
 
              | Delete(expr* targets)