diff options
author | Kirill Podoprigora <kirill.bast9@mail.ru> | 2024-07-19 07:30:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-19 07:30:01 (GMT) |
commit | 98e5bdef0ef59695371ec8a8486bb55ccf2b0638 (patch) | |
tree | 937784c1d6168feb536e6db475febc53f2a2049c /Doc/library | |
parent | c8d2630995fc234f8276e35643a4a43e62224510 (diff) | |
download | cpython-98e5bdef0ef59695371ec8a8486bb55ccf2b0638.zip cpython-98e5bdef0ef59695371ec8a8486bb55ccf2b0638.tar.gz cpython-98e5bdef0ef59695371ec8a8486bb55ccf2b0638.tar.bz2 |
Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (#122004)
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/dis.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index e932b86..56712e2 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -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 | |