Skip to content

Commit 67fc830

Browse files
iritkatrielmiss-islington
authored andcommitted
pythongh-70474: [doc] fix wording of GET_ANEXT doc (pythonGH-94048)
(cherry picked from commit 9af6b75) Co-authored-by: Irit Katriel <[email protected]>
1 parent 8b77681 commit 67fc830

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
@@ -514,8 +514,8 @@ the original TOS1.
514514

515515
.. opcode:: GET_ANEXT
516516

517-
Implements ``PUSH(get_awaitable(TOS.__anext__()))``. See ``GET_AWAITABLE``
518-
for details about ``get_awaitable``
517+
Pushes ``get_awaitable(TOS.__anext__())`` to the stack. See
518+
``GET_AWAITABLE`` for details about ``get_awaitable``.
519519

520520
.. versionadded:: 3.5
521521

0 commit comments

Comments
 (0)