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:
Miss Islington (bot) 2022-06-25 15:51:19 -07:00 committed by GitHub
parent 8b77681469
commit 4ec1f8d643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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