Skip to content

Commit eedb44e

Browse files
[3.12] Docs: Fix typo in description of INTRINSIC_ASYNC_GEN_WRAP (GH-122004) (#122007)
Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (GH-122004) (cherry picked from commit 98e5bde) Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
1 parent 0403cb4 commit eedb44e

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
@@ -1592,7 +1592,7 @@ iterations of the loop.
15921592
| ``INTRINSIC_STOPITERATION_ERROR`` | Extracts the return value from a |
15931593
| | ``StopIteration`` exception. |
15941594
+-----------------------------------+-----------------------------------+
1595-
| ``INTRINSIC_ASYNC_GEN_WRAP`` | Wraps an aync generator value |
1595+
| ``INTRINSIC_ASYNC_GEN_WRAP`` | Wraps an async generator value |
15961596
+-----------------------------------+-----------------------------------+
15971597
| ``INTRINSIC_UNARY_POSITIVE`` | Performs the unary ``+`` |
15981598
| | operation |

0 commit comments

Comments
 (0)