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 1107608 commit ec3bd14Copy full SHA for ec3bd14
Doc/library/asyncio-eventloop.rst
@@ -381,7 +381,7 @@ Creating Futures and Tasks
381
382
An optional keyword-only *eager_start* argument allows specifying
383
if the task should execute eagerly during the call to create_task,
384
- or be scheduled later. If the *eager_start* is not passed the mode set
+ or be scheduled later. If *eager_start* is not passed the mode set
385
by :meth:`loop.set_task_factory` will be used.
386
387
.. versionchanged:: 3.8
0 commit comments