Skip to content

Commit 9af6b75

Browse files
authored
gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
1 parent c57a1c7 commit 9af6b75

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

513513
.. opcode:: GET_ANEXT
514514

515-
Implements ``PUSH(get_awaitable(TOS.__anext__()))``. See ``GET_AWAITABLE``
516-
for details about ``get_awaitable``
515+
Pushes ``get_awaitable(TOS.__anext__())`` to the stack. See
516+
``GET_AWAITABLE`` for details about ``get_awaitable``.
517517

518518
.. versionadded:: 3.5
519519

0 commit comments

Comments
 (0)