Skip to content

Commit ec3bd14

Browse files
authored
Update Doc/library/asyncio-eventloop.rst
1 parent 1107608 commit ec3bd14

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
@@ -381,7 +381,7 @@ Creating Futures and Tasks
381381

382382
An optional keyword-only *eager_start* argument allows specifying
383383
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
384+
or be scheduled later. If *eager_start* is not passed the mode set
385385
by :meth:`loop.set_task_factory` will be used.
386386

387387
.. versionchanged:: 3.8

0 commit comments

Comments
 (0)