We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5aaf6 commit 55a268cCopy full SHA for 55a268c
1 file changed
Doc/howto/a-conceptual-overview-of-asyncio.rst
@@ -378,7 +378,7 @@ That might sound odd to you. You might be thinking:
378
:ref:`async generator function <asynchronous-generator-functions>`, a
379
different beast entirely.
380
381
- 2. What about a ``yield from`` within the coroutine function to a (plain)
+ 2. What about a :ref:`yield from <yieldexpr>` within the coroutine function to a (plain)
382
generator?
383
It causes the following error: ``SyntaxError: yield from not allowed in a coroutine.``
384
This was intentionally designed for the sake of simplicity -- mandating only
0 commit comments