We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e7bb6 commit 1bb6a17Copy full SHA for 1bb6a17
Doc/library/dis.rst
@@ -591,8 +591,8 @@ the original TOS1.
591
592
.. opcode:: GET_ANEXT
593
594
- Implements ``PUSH(get_awaitable(TOS.__anext__()))``. See ``GET_AWAITABLE``
595
- for details about ``get_awaitable``
+ Pushes ``get_awaitable(TOS.__anext__())`` to the stack. See
+ ``GET_AWAITABLE`` for details about ``get_awaitable``.
596
597
.. versionadded:: 3.5
598
0 commit comments