From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 25 Jun 2022 22:52:06 +0000 (-0700) Subject: gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048) X-Git-Tag: v3.10.6~121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f3b45a7f4d3273f32a3ca6c5b952af7d40aec9c;p=thirdparty%2FPython%2Fcpython.git gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048) (cherry picked from commit 9af6b75298d066e89646acf8df1704bef183a6f8) Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 74820f9bdb57..5ea88c4af25a 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -591,8 +591,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