diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 6f882b6d712..c303ab9a1ff 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -588,12 +588,6 @@ iterations of the loop. Pops TOS and yields it from a :term:`generator`. -.. opcode:: YIELD_FROM - - Pops TOS and delegates to it as a subiterator from a :term:`generator`. - - .. versionadded:: 3.3 - .. opcode:: SETUP_ANNOTATIONS