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>
| ``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 |