Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b6424f

Browse files
committed
Fix indentation.
1 parent ab5ba79 commit 1b6424f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Python/compile.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2146,13 +2146,13 @@ compiler_try_except(struct compiler *c, stmt_ty s)
21462146

21472147
/*
21482148
try:
2149-
# body
2149+
# body
21502150
except type as name:
2151-
try:
2152-
# body
2153-
finally:
2154-
name = None
2155-
del name
2151+
try:
2152+
# body
2153+
finally:
2154+
name = None
2155+
del name
21562156
*/
21572157

21582158
/* second try: */

0 commit comments

Comments
 (0)