From 9af6b75298d066e89646acf8df1704bef183a6f8 Mon Sep 17 00:00:00 2001 From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Sat, 25 Jun 2022 23:44:30 +0100 Subject: [PATCH] gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048) --- Doc/library/dis.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 10154d8b089290..84712bce7fd1f6 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -512,8 +512,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