mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix indentation.
This commit is contained in:
parent
ab5ba7918e
commit
1b6424fc4b
1 changed files with 6 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue