[Python-checkins] cpython (merge 3.5 -> 3.6): Issue #28348: Merge from 3.5

berker.peksag python-checkins at python.org
Tue Oct 4 13:44:17 EDT 2016


https://hg.python.org/cpython/rev/99c37fa72b66
changeset:   104290:99c37fa72b66
branch:      3.6
parent:      104287:b512780c6589
parent:      104289:8c8692da071a
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Tue Oct 04 20:46:22 2016 +0300
summary:
  Issue #28348: Merge from 3.5

files:
  Doc/library/asyncio-task.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -374,7 +374,7 @@
 
    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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list