Kaydet (Commit) 1b6424fc authored tarafından Ezio Melotti's avatar Ezio Melotti

Fix indentation.

üst ab5ba791
......@@ -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