Skip to content

Commit 29d04c2

Browse files
committed
fix docs
1 parent bd65c8b commit 29d04c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-task.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ Eager Task Factory
529529
coroutines that are able to complete synchronously (without blocking)
530530
are returned immediately as a completed :class:`Future`.
531531

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

0 commit comments

Comments
 (0)