Issue #28348: Merge from 3.6

This commit is contained in:
Berker Peksag 2016-10-04 20:46:43 +03:00
commit ea1f9b934c
1 changed files with 1 additions and 1 deletions

View File

@ -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 completition 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.