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 e992cc3 commit b3f57a1Copy full SHA for b3f57a1
Doc/library/dis.rst
@@ -1748,7 +1748,7 @@ iterations of the loop.
1748
| ``INTRINSIC_STOPITERATION_ERROR`` | Extracts the return value from a |
1749
| | ``StopIteration`` exception. |
1750
+-----------------------------------+-----------------------------------+
1751
- | ``INTRINSIC_ASYNC_GEN_WRAP`` | Wraps an aync generator value |
+ | ``INTRINSIC_ASYNC_GEN_WRAP`` | Wraps an async generator value |
1752
1753
| ``INTRINSIC_UNARY_POSITIVE`` | Performs the unary ``+`` |
1754
| | operation |
0 commit comments