8000
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 67fc830Copy full SHA for 67fc830
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