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