mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -514,8 +514,8 @@ the original TOS1.
|
||||||
|
|
||||||
.. opcode:: GET_ANEXT
|
.. opcode:: GET_ANEXT
|
||||||
|
|
||||||
Implements ``PUSH(get_awaitable(TOS.__anext__()))``. See ``GET_AWAITABLE``
|
Pushes ``get_awaitable(TOS.__anext__())`` to the stack. See
|
||||||
for details about ``get_awaitable``
|
``GET_AWAITABLE`` for details about ``get_awaitable``.
|
||||||
|
|
||||||
.. versionadded:: 3.5
|
.. versionadded:: 3.5
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue