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
  • Loading branch information
iritkatriel committed Jun 21, 2022
commit f1fb8e8133512b1591a3e110ddabc3c4574b4e18
4 changes: 2 additions & 2 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down