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 92eef33 commit a5127b2Copy full SHA for a5127b2
Doc/library/asyncio-future.rst
@@ -53,10 +53,7 @@ Future Functions
53
* a :class:`Task` object that would await on *obj*, if *obj* is an
54
awaitable (:func:`inspect.isawaitable` is used for the test.)
55
56
- If *obj* is neither of the above a :exc:`TypeError` is raised. The
57
- optional *loop* argument takes an object of :class:`EventLoop` to
58
- denote which event loop *obj* belongs to. By default *loop* is set
59
- to currently running event loop.
+ If *obj* is neither of the above a :exc:`TypeError` is raised.
60
61
.. important::
62
0 commit comments