diff options
-rw-r--r-- | Parser/Python.asdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/Python.asdl b/Parser/Python.asdl index a535f65..9407b2f 100644 --- a/Parser/Python.asdl +++ b/Parser/Python.asdl @@ -17,7 +17,7 @@ module Python version "$Revision$" expr? starargs, expr? kwargs, stmt* body, - expr *decorator_list) + expr* decorator_list) | Return(expr? value) | Delete(expr* targets) |