mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
This commit is contained in:
parent
c57a1c76d7
commit
9af6b75298
1 changed files with 2 additions and 2 deletions
|
|
@ -512,8 +512,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…
Add table
Add a link
Reference in a new issue