Skip to content

Commit a5127b2

Browse files
committed
Revise and generalize loop parameter documentation,Remove old doc
1 parent 92eef33 commit a5127b2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Doc/library/asyncio-future.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@ Future Functions
5353
* a :class:`Task` object that would await on *obj*, if *obj* is an
5454
awaitable (:func:`inspect.isawaitable` is used for the test.)
5555

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.
56+
If *obj* is neither of the above a :exc:`TypeError` is raised.
6057

6158
.. important::
6259

0 commit comments

Comments
 (0)