Skip to content

Commit

Permalink
pythongh-70474: [doc] fix wording of GET_ANEXT doc (pythonGH-94048)
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel authored Jun 25, 2022
1 parent c57a1c7 commit 9af6b75
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 @@ -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

0 comments on commit 9af6b75

Please sign in to comment.