Skip to content

Commit 8518ee3

Browse files
authored
removal of duplicated text paragraph (#29666)
1 parent fc012d8 commit 8518ee3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Doc/library/asyncio-task.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,12 +299,6 @@ Sleeping
299299
tasks to run. This can be used by long-running functions to avoid
300300
blocking the event loop for the full duration of the function call.
301301

302-
.. deprecated-removed:: 3.8 3.10
303-
The ``loop`` parameter. This function has been implicitly getting the
304-
current running loop since 3.7. See
305-
:ref:`What's New in 3.10's Removed section <whatsnew310-removed>`
306-
for more information.
307-
308302
.. _asyncio_example_sleep:
309303

310304
Example of coroutine displaying the current date every second

0 commit comments

Comments
 (0)