We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8e574 commit 086a149Copy full SHA for 086a149
InternalDocs/interpreter.md
@@ -112,7 +112,7 @@ already points to the next instruction.
112
Thus, jump instructions can be implemented by manipulating `next_instr`:
113
114
- A jump forward (`JUMP_FORWARD`) sets `next_instr += oparg`.
115
-- A jump backward sets `next_instr -= oparg`.
+- A jump backward (`JUMP_BACKWARD`) sets `next_instr -= oparg`.
116
117
## Inline cache entries
118
0 commit comments