Commit 131f31eb authored by Ezio Melotti's avatar Ezio Melotti

Fix indentation.

parent 9e6247f5
......@@ -2146,13 +2146,13 @@ compiler_try_except(struct compiler *c, stmt_ty s)
/*
try:
# body
# body
except type as name:
try:
# body
finally:
name = None
del name
try:
# body
finally:
name = None
del name
*/
/* second try: */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment