File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1621,9 +1621,9 @@ iterations of the loop.
16211621 The positional arguments tuple and the keyword arguments dict are each
16221622 "unpacked" and passed to the callable. ``CALL_FUNCTION_EX `` pops all these
16231623 items and pushes the callable's return value.
1624- The presence of keyword arguments is indicated solely by whether the
1625- last stack item is ``NULL `` or a :class: `dict `; there is no operand or
1626- flag associated with this opcode.
1624+ The presence of keyword arguments is indicated solely by whether the
1625+ last stack item is ``NULL `` or a :class: `dict `; there is no operand or
1626+ flag associated with this opcode.
16271627
16281628 .. versionadded :: 3.6
16291629 .. versionchanged :: 3.14
You can’t perform that action at this time.
0 commit comments