We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c1a7c commit 5627761Copy full SHA for 5627761
1 file changed
Doc/reference/datamodel.rst
@@ -2964,9 +2964,8 @@ are awaitable.
2964
`return (yield from future)`), rather than yielding objects directly.
2965
An exception to this is a `yield None` (or equivalent bare `yield`)
2966
within an `__await__`, which can be used to suspend execution until the
2967
- next iteration of the event loop.
2968
- The type of objects that the event loop expects are considered a
2969
- private implementation detail of :mod:`asyncio`.
+ next iteration of the event loop. The type of objects that the event loop
+ expects are considered a private implementation detail of :mod:`asyncio`.
2970
2971
.. versionadded:: 3.5
2972
0 commit comments