[Python-checkins] cpython (3.4): Englich grammar nit.

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


http://hg.python.org/cpython/rev/4bbb86d42c36
changeset:   91812:4bbb86d42c36
branch:      3.4
parent:      91809:a5a80f79699e
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Thu Jul 24 02:33:14 2014 -0400
summary:
  Englich grammar nit.

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