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 18b6bb5 commit 10ac910Copy full SHA for 10ac910
Doc/library/asyncio-eventloop.rst
@@ -400,7 +400,7 @@ Creating Futures and Tasks
400
while still passing on other arbitrary keyword arguments (to avoid breaking backwards compatibility with 3.13.3).
401
402
.. versionchanged:: 3.14
403
- All kwargs are now passed on. The *eager_start* parameter works with eager task factories.
+ All *kwargs* are now passed on. The *eager_start* parameter works with eager task factories.
404
405
.. method:: loop.set_task_factory(factory)
406
0 commit comments