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 5f9a7bb commit 769cef6Copy full SHA for 769cef6
Python/bytecodes.c
@@ -4652,7 +4652,7 @@ dummy_func(
4652
c = callable;
4653
s = self_or_null;
4654
// 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.
+ // We are guaranteed by the bytecode compiler to have a spare stack slot.
4656
args[oparg] = args[0];
4657
DEAD(self_or_null);
4658
DEAD(callable);
0 commit comments