Thanks to visit codestin.com Credit goes to github.com
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 bd65c8b commit 29d04c2Copy full SHA for 29d04c2
Doc/library/asyncio-task.rst
@@ -529,7 +529,7 @@ Eager Task Factory
529
coroutines that are able to complete synchronously (without blocking)
530
are returned immediately as a completed :class:`Future`.
531
532
- This task factory tries to execute the coroutine `coro` immediately
+ This task factory tries to execute the coroutine ``coro`` immediately
533
(before creating and scheduling a task to the event loop), until it either
534
blocks, returns, or raises.
535
If the coroutine returns or raises, a :class:`Future` is returned, and no
0 commit comments