mirror of
https://github.com/python/cpython.git
synced 2025-08-10 11:58:39 +00:00
[3.12] Docs: Fix typo in description of `INTRINSIC_ASYNC_GEN_WRAP
` (GH-122004) (#122007)
Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (GH-122004)
(cherry picked from commit 98e5bdef0e
)
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
This commit is contained in:
parent
0403cb41bf
commit
eedb44e490
1 changed files with 1 additions and 1 deletions
|
@ -1592,7 +1592,7 @@ iterations of the loop.
|
|||
| ``INTRINSIC_STOPITERATION_ERROR`` | Extracts the return value from a |
|
||||
| | ``StopIteration`` exception. |
|
||||
+-----------------------------------+-----------------------------------+
|
||||
| ``INTRINSIC_ASYNC_GEN_WRAP`` | Wraps an aync generator value |
|
||||
| ``INTRINSIC_ASYNC_GEN_WRAP`` | Wraps an async generator value |
|
||||
+-----------------------------------+-----------------------------------+
|
||||
| ``INTRINSIC_UNARY_POSITIVE`` | Performs the unary ``+`` |
|
||||
| | operation |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue