]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (#122004)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Fri, 19 Jul 2024 07:30:01 +0000 (10:30 +0300)
committerGitHub <noreply@github.com>
Fri, 19 Jul 2024 07:30:01 +0000 (08:30 +0100)
Doc/library/dis.rst

index e932b865a825a0044426809d5c1d861638efe1d7..56712e294bbe543f4100684104c1f3e3dc727c46 100644 (file)
@@ -1727,7 +1727,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                         |