Skip to content

Commit b3f57a1

Browse files
[3.13] Docs: Fix typo in description of INTRINSIC_ASYNC_GEN_WRAP (GH-122004) (#122006)
Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (GH-122004) (cherry picked from commit 98e5bde) Co-authored-by: Kirill Podoprigora <[email protected]>
1 parent e992cc3 commit b3f57a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,7 @@ iterations of the loop.
17481748
| ``INTRINSIC_STOPITERATION_ERROR`` | Extracts the return value from a |
17491749
| | ``StopIteration`` exception. |
17501750
+-----------------------------------+-----------------------------------+
1751-
| ``INTRINSIC_ASYNC_GEN_WRAP`` | Wraps an aync generator value |
1751+
| ``INTRINSIC_ASYNC_GEN_WRAP`` | Wraps an async generator value |
17521752
+-----------------------------------+-----------------------------------+
17531753
| ``INTRINSIC_UNARY_POSITIVE`` | Performs the unary ``+`` |
17541754
| | operation |

0 commit comments

Comments
 (0)