Skip to content

Commit 5f3b45a

Browse files
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>
1 parent 53e7bb6 commit 5f3b45a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/dis.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ the original TOS1.
591591

592592
.. opcode:: GET_ANEXT
593593

594-
Implements ``PUSH(get_awaitable(TOS.__anext__()))``. See ``GET_AWAITABLE``
595-
for details about ``get_awaitable``
594+
Pushes ``get_awaitable(TOS.__anext__())`` to the stack. See
595+
``GET_AWAITABLE`` for details about ``get_awaitable``.
596596

597597
.. versionadded:: 3.5
598598

0 commit comments

Comments
 (0)