Skip to content

Commit ebc1d47

Browse files
Update Doc/c-api/veryhigh.rst
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 1bb20e3 commit ebc1d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/veryhigh.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ Stack Effects
426426
427427
.. c:function:: int PyCompile_OpcodeStackEffectWithJump(int opcode, int oparg, int jump)
428428
429-
Similar to :c:func:`PyCompile_OpcodeStackEffect`, but also includes the
430-
stack effect of jumping depending on the value of *jump*.
429+
Similar to :c:func:`PyCompile_OpcodeStackEffect`, but don't include the
430+
stack effect of jumping if *jump* is zero.
431431
432432
If *jump* is ``0``, this will not include the stack effect of jumping, but
433433
if *jump* is ``1`` or ``-1``, this will include it.

0 commit comments

Comments
 (0)