Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
itamaro committed Mar 22, 2023
1 parent bd65c8b commit 29d04c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/asyncio-task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ Eager Task Factory
coroutines that are able to complete synchronously (without blocking)
are returned immediately as a completed :class:`Future`.

This task factory tries to execute the coroutine `coro` immediately
This task factory tries to execute the coroutine ``coro`` immediately
(before creating and scheduling a task to the event loop), until it either
blocks, returns, or raises.
If the coroutine returns or raises, a :class:`Future` is returned, and no
Expand Down

0 comments on commit 29d04c2

Please sign in to comment.