Browse Source

Fix indentation.

pull/2332/head
Ezio Melotti 13 years ago
parent
commit
1b6424fc4b
  1. 12
      Python/compile.c

12
Python/compile.c

@ -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: */

Loading…
Cancel
Save