Remove trailing whitespace

This commit is contained in:
Kyle Stanley 2020-11-14 23:40:41 -05:00 committed by Paolo Lammens
parent 55fa24e730
commit be218ad8fb
1 changed files with 1 additions and 1 deletions

View File

@ -2622,7 +2622,7 @@ are awaitable.
objects yielded by the iterator returned by `__await__`, as this is
specific to the implementation of the asynchronous execution framework
(e.g. :mod:`asyncio`) that will be managing the :term:`awaitable` object.
In the case of :mod:`asyncio`, user code should generally be using
:term:`coroutines <coroutine>`, instances of :class:`asyncio.Task`,
:class:`asyncio.Future`, and other :mod:`asyncio` objects to implement