Skip to content

Commit 98e5bde

Browse files
authored
Docs: Fix typo in description of INTRINSIC_ASYNC_GEN_WRAP (#122004)
1 parent c8d2630 commit 98e5bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dis.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@ iterations of the loop.
17271727
| ``INTRINSIC_STOPITERATION_ERROR`` | Extracts the return value from a |
17281728
| | ``StopIteration`` exception. |
17291729
+-----------------------------------+-----------------------------------+
1730-
| ``INTRINSIC_ASYNC_GEN_WRAP`` | Wraps an aync generator value |
1730+
| ``INTRINSIC_ASYNC_GEN_WRAP`` | Wraps an async generator value |
17311731
+-----------------------------------+-----------------------------------+
17321732
| ``INTRINSIC_UNARY_POSITIVE`` | Performs the unary ``+`` |
17331733
| | operation |

0 commit comments

Comments
 (0)