]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sat, 25 Jun 2022 22:44:30 +0000 (23:44 +0100)
committerGitHub <noreply@github.com>
Sat, 25 Jun 2022 22:44:30 +0000 (23:44 +0100)
Doc/library/dis.rst

index 10154d8b08929013773ceb5e3f9fe33cf634d8de..84712bce7fd1f61317f5bbb80c088af6d9af8b98 100644 (file)
@@ -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