mirror of https://github.com/python/cpython.git
gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
(cherry picked from commit 9af6b75298
)
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
This commit is contained in:
parent
8b77681469
commit
4ec1f8d643
|
@ -514,8 +514,8 @@ the original TOS1.
|
|||
|
||||
.. opcode:: GET_ANEXT
|
||||
|
||||
Implements ``PUSH(get_awaitable(TOS.__anext__()))``. See ``GET_AWAITABLE``
|
||||
for details about ``get_awaitable``
|
||||
Pushes ``get_awaitable(TOS.__anext__())`` to the stack. See
|
||||
``GET_AWAITABLE`` for details about ``get_awaitable``.
|
||||
|
||||
.. versionadded:: 3.5
|
||||
|
||||
|
|
Loading…
Reference in New Issue