]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 Jun 2022 22:52:06 +0000 (15:52 -0700)
committerGitHub <noreply@github.com>
Sat, 25 Jun 2022 22:52:06 +0000 (15:52 -0700)
(cherry picked from commit 9af6b75298d066e89646acf8df1704bef183a6f8)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Doc/library/dis.rst

index 74820f9bdb57833690d3e945c095a75822a1f344..5ea88c4af25a7d1150ef745b93d5426515fa94c1 100644 (file)
@@ -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