]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (GH-122004)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Jul 2024 07:46:58 +0000 (09:46 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jul 2024 07:46:58 +0000 (07:46 +0000)
Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (GH-122004)
(cherry picked from commit 98e5bdef0ef59695371ec8a8486bb55ccf2b0638)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Doc/library/dis.rst

index ca215888f09a740da12e04a4e8c827a5df5d0903..f3b39330b8eabb7b30ea280ed6d9cda5b44e998e 100644 (file)
@@ -1748,7 +1748,7 @@ iterations of the loop.
    | ``INTRINSIC_STOPITERATION_ERROR`` | Extracts the return value from a  |
    |                                   | ``StopIteration`` exception.      |
    +-----------------------------------+-----------------------------------+
-   | ``INTRINSIC_ASYNC_GEN_WRAP``      | Wraps an aync generator value     |
+   | ``INTRINSIC_ASYNC_GEN_WRAP``      | Wraps an async generator value    |
    +-----------------------------------+-----------------------------------+
    | ``INTRINSIC_UNARY_POSITIVE``      | Performs the unary ``+``          |
    |                                   | operation                         |