Skip to content

Commit 5627761

Browse files
aerosplammens
authored andcommitted
Update Doc/reference/datamodel.rst
* Fix line width
1 parent c6c1a7c commit 5627761

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/reference/datamodel.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2964,9 +2964,8 @@ are awaitable.
29642964
`return (yield from future)`), rather than yielding objects directly.
29652965
An exception to this is a `yield None` (or equivalent bare `yield`)
29662966
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`.
2967+
next iteration of the event loop. The type of objects that the event loop
2968+
expects are considered a private implementation detail of :mod:`asyncio`.
29702969

29712970
.. versionadded:: 3.5
29722971

0 commit comments

Comments
 (0)