diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 07b87816441830..5e8cb4e69a5412 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -1339,9 +1339,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 @@ -1353,9 +1350,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