Skip to content

Commit d2996f2

Browse files
committed
Fix typo
1 parent e7f0db3 commit d2996f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/dis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ def _parse_exception_table(code):
748748
def _is_backward_jump(op):
749749
return opname[op] in ('JUMP_BACKWARD',
750750
'JUMP_BACKWARD_NO_INTERRUPT',
751-
'END_ASYNC_FOR') # No really a jump, but it has a target
751+
'END_ASYNC_FOR') # Not really a jump, but it has a "target"
752752

753753
def _get_instructions_bytes(code, linestarts=None, line_offset=0, co_positions=None,
754754
original_code=None, arg_resolver=None):

0 commit comments

Comments
 (0)