Skip to content

Commit 769cef6

Browse files
Update Python/bytecodes.c
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
1 parent 5f9a7bb commit 769cef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4652,7 +4652,7 @@ dummy_func(
46524652
c = callable;
46534653
s = self_or_null;
46544654
// Swap the first argument with the first empty slot after args to allows space for res.
4655-
// We are guaranteed by the bytecode compiler to have as spare stack slot.
4655+
// We are guaranteed by the bytecode compiler to have a spare stack slot.
46564656
args[oparg] = args[0];
46574657
DEAD(self_or_null);
46584658
DEAD(callable);

0 commit comments

Comments
 (0)