https://github.com/python/cpython/commit/98e5bdef0ef59695371ec8a8486bb55ccf2b0638
commit: 98e5bdef0ef59695371ec8a8486bb55ccf2b0638
branch: main
author: Kirill Podoprigora <[email protected]>
committer: AA-Turner <[email protected]>
date: 2024-07-19T08:30:01+01:00
summary:
Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (#122004)
files:
M Doc/library/dis.rst
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index e932b865a825a0..56712e294bbe54 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 |
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]