[Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4

terry.reedy python-checkins at python.org
Thu Jul 24 08:33:55 CEST 2014


http://hg.python.org/cpython/rev/79c27bdeb045
changeset:   91813:79c27bdeb045
parent:      91810:6be54158e935
parent:      91812:4bbb86d42c36
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Thu Jul 24 02:33:32 2014 -0400
summary:
  Merge with 3.4

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
@@ -261,7 +261,7 @@
     print(future.result())
     loop.close()
 
-The coroutine function is responsible of the computation (which takes 1 second)
+The coroutine function is responsible for the computation (which takes 1 second)
 and it stores the result into the future. The
 :meth:`~BaseEventLoop.run_until_complete` method waits for the completion of
 the future.

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


More information about the Python-checkins mailing list