Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Shannon <mark@hotpy.org>
  • Loading branch information
iritkatriel and markshannon committed Jun 3, 2024
1 parent e93a253 commit a3da517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InternalDocs/exception_handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ compiles into intermediate code like the following:
STORE_NAME 1 (res)
```

`SETUP_FINALLY` and `POP_BLOCK` are pseudo-instruction. This means
`SETUP_FINALLY` and `POP_BLOCK` are pseudo-instructions. This means
that they can appear in intermediate code but they are not bytecode
instructions. `SETUP_FINALLY` specifies that henceforth, exceptions
are handled by the code at label L1. The `POP_BLOCK` instruction
Expand Down

0 comments on commit a3da517

Please sign in to comment.