Skip to content

Commit

Permalink
gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9af6b75)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
  • Loading branch information
miss-islington and iritkatriel authored Jun 25, 2022
1 parent 8b77681 commit 4ec1f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,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

Expand Down

0 comments on commit 4ec1f8d

Please sign in to comment.