[Python-checkins] cpython (3.4): Fix grammar

andrew.svetlov python-checkins at python.org
Wed Jul 23 10:28:05 CEST 2014


http://hg.python.org/cpython/rev/d19c58e13ac9
changeset:   91775:d19c58e13ac9
branch:      3.4
parent:      91773:7238c6a05ca6
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Wed Jul 23 11:27:17 2014 +0300
summary:
  Fix grammar

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


diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst
--- a/Doc/library/asyncio-protocol.rst
+++ b/Doc/library/asyncio-protocol.rst
@@ -459,7 +459,7 @@
 example to raise an exception if the server is not listening, instead of
 having to write a short coroutine to handle the exception and stop the
 running loop. At :meth:`~BaseEventLoop.run_until_complete` exit, the loop is
-no more running, so there is no need to stop the loop in case of an error.
+no longer running, so there is no need to stop the loop in case of an error.
 
 Echo server
 -----------

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


More information about the Python-checkins mailing list