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 8b77681 commit 4ec1f8dCopy full SHA for 4ec1f8d
Doc/library/dis.rst
@@ -514,8 +514,8 @@ the original TOS1.
514
515
.. opcode:: GET_ANEXT
516
517
- Implements ``PUSH(get_awaitable(TOS.__anext__()))``. See ``GET_AWAITABLE``
518
- for details about ``get_awaitable``
+ Pushes ``get_awaitable(TOS.__anext__())`` to the stack. See
+ ``GET_AWAITABLE`` for details about ``get_awaitable``.
519
520
.. versionadded:: 3.5
521
0 commit comments