Skip to content

Commit 10ac910

Browse files
authored
Update Doc/library/asyncio-eventloop.rst
1 parent 18b6bb5 commit 10ac910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Creating Futures and Tasks
400400
while still passing on other arbitrary keyword arguments (to avoid breaking backwards compatibility with 3.13.3).
401401

402402
.. versionchanged:: 3.14
403-
All kwargs are now passed on. The *eager_start* parameter works with eager task factories.
403+
All *kwargs* are now passed on. The *eager_start* parameter works with eager task factories.
404404

405405
.. method:: loop.set_task_factory(factory)
406406

0 commit comments

Comments
 (0)