Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
(cherry picked from commit 9af6b75)

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

Expand Down