From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Sat, 25 Jun 2022 22:44:30 +0000 (+0100) Subject: gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048) X-Git-Tag: v3.12.0a1~1116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9af6b75298d066e89646acf8df1704bef183a6f8;p=thirdparty%2FPython%2Fcpython.git gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048) --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 10154d8b0892..84712bce7fd1 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