gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)

This commit is contained in:
Irit Katriel 2022-06-25 23:44:30 +01:00 committed by GitHub
parent c57a1c76d7
commit 9af6b75298
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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