Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit29d04c2

Browse files
committed
fix docs
1 parentbd65c8b commit29d04c2

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)

[8]ページ先頭

©2009-2025 Movatter.jp