mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Docs: Fix typo in description of `INTRINSIC_ASYNC_GEN_WRAP
` (#122004)
This commit is contained in:
parent
c8d2630995
commit
98e5bdef0e
1 changed files with 1 additions and 1 deletions
|
@ -1727,7 +1727,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