diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 27a2f6bf795241..505aa8188560fd 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -514,8 +514,8 @@ the original TOS1. .. opcode:: GET_ANEXT - Implements ``PUSH(get_awaitable(TOS.__anext__()))``. See ``GET_AWAITABLE`` - for details about ``get_awaitable`` + Pushes ``get_awaitable(TOS.__anext__())`` to the stack. See + ``GET_AWAITABLE`` for details about ``get_awaitable``. .. versionadded:: 3.5