summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
Diffstat (limited to 'Parser')
-rw-r--r--Parser/Python.asdl1
1 files changed, 0 insertions, 1 deletions
diff --git a/Parser/Python.asdl b/Parser/Python.asdl
index ed12cbc..dc322dc 100644
--- a/Parser/Python.asdl
+++ b/Parser/Python.asdl
@@ -99,7 +99,6 @@ module Python
comprehension = (expr target, expr iter, expr* ifs)
- -- not sure what to call the first argument for raise and except
excepthandler = ExceptHandler(expr? type, identifier? name, stmt* body)
attributes (int lineno, int col_offset)