summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorKirill Podoprigora <kirill.bast9@mail.ru>2024-07-19 07:30:01 (GMT)
committerGitHub <noreply@github.com>2024-07-19 07:30:01 (GMT)
commit98e5bdef0ef59695371ec8a8486bb55ccf2b0638 (patch)
tree937784c1d6168feb536e6db475febc53f2a2049c /Doc/library
parentc8d2630995fc234f8276e35643a4a43e62224510 (diff)
downloadcpython-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.rst2
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 |