Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
cpython
Commits
1724be2c
Commit
1724be2c
authored
8 years ago
by
Berker Peksag
Browse files
Options
Download
Email Patches
Plain Diff
Issue #28348: Fix typo in asyncio.Task() documentation
Patch by Mariatta Wijaya.
parent
468b2725
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/library/asyncio-task.rst
Doc/library/asyncio-task.rst
+1
-1
No files found.
Doc/library/asyncio-task.rst
View file @
1724be2c
...
...
@@ -374,7 +374,7 @@ Task
A task is responsible for executing a coroutine object in an event loop. If
the wrapped coroutine yields from a future, the task suspends the execution
of the wrapped coroutine and waits for the completi
ti
on of the future. When
of the wrapped coroutine and waits for the completion of the future. When
the future is done, the execution of the wrapped coroutine restarts with the
result or the exception of the future.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment