Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 29d04c2

Browse filesBrowse files
committed
fix docs
1 parent bd65c8b commit 29d04c2
Copy full SHA for 29d04c2

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Doc/library/asyncio-task.rst

Copy file name to clipboardExpand all lines: Doc/library/asyncio-task.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.