We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
INTRINSIC_ASYNC_GEN_WRAP
1 parent c8d2630 commit 98e5bdeCopy full SHA for 98e5bde
Doc/library/dis.rst
@@ -1727,7 +1727,7 @@ iterations of the loop.
1727
| ``INTRINSIC_STOPITERATION_ERROR`` | Extracts the return value from a |
1728
| | ``StopIteration`` exception. |
1729
+-----------------------------------+-----------------------------------+
1730
- | ``INTRINSIC_ASYNC_GEN_WRAP`` | Wraps an aync generator value |
+ | ``INTRINSIC_ASYNC_GEN_WRAP`` | Wraps an async generator value |
1731
1732
| ``INTRINSIC_UNARY_POSITIVE`` | Performs the unary ``+`` |
1733
| | operation |
0 commit comments