diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 4fde5bf903880b..4a5756b6ba24bf 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -1354,9 +1354,6 @@ iterations of the loop. If ``STACK[-1]`` is not ``None``, increments the bytecode counter by *delta*. ``STACK[-1]`` is popped. - This opcode is a pseudo-instruction, replaced in final bytecode by - the directed versions (forward/backward). - .. versionadded:: 3.11 .. versionchanged:: 3.12 @@ -1368,9 +1365,6 @@ iterations of the loop. If ``STACK[-1]`` is ``None``, increments the bytecode counter by *delta*. ``STACK[-1]`` is popped. - This opcode is a pseudo-instruction, replaced in final bytecode by - the directed versions (forward/backward). - .. versionadded:: 3.11 .. versionchanged:: 3.12