Skip to content

Commit ae497e6

Browse files
committed
f
1 parent 51afcd0 commit ae497e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

InternalDocs/exception_handling.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ except:
1818
compiles into pseudo-code like the following:
1919

2020
```
21-
{
2221
`RESUME` 0
2322
2423
1 `SETUP_FINALLY` 8 (to L1)
@@ -36,7 +35,6 @@ compiles into pseudo-code like the following:
3635
3736
4 `LOAD_CONST` 1 ('fail')
3837
`STORE_NAME` 1 (res)
39-
}
4038
```
4139

4240
The `SETUP_FINALLY` instruction specifies that henceforth, exceptions

0 commit comments

Comments
 (0)