mirror of https://github.com/python/cpython
Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (#122004)
This commit is contained in:
parent
c8d2630995
commit
98e5bdef0e
|
@ -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…
Reference in New Issue