Skip to content

Commit 2c82ca2

Browse files
committed
removal of duplicates
1 parent 338916d commit 2c82ca2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

‎Doc/library/asyncio-task.rst‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,6 @@ Creating tasks
245245

246246
Wrap the *coro* :ref:`coroutine <coroutine>` into a :class:`Task`
247247
and schedule its execution. Return the Task object.
248-
:exc:`TypeError` is raised if *coro* is not a coroutine declared with
249-
:keyword:`async def`.
250248

251249
The full function signature is largely the same as that of the
252250
:class:`Task` constructor (or factory) - all of the keyword arguments to

0 commit comments

Comments
 (0)