]> granicus.if.org Git - python/commitdiff
Fix grammar
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 23 Jul 2014 08:27:17 +0000 (11:27 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 23 Jul 2014 08:27:17 +0000 (11:27 +0300)
Doc/library/asyncio-protocol.rst

index 9c52b384c226aee2478a3caceffad594c214c9d3..952ab690f2f8276a088dd0b0ce2a8e31beaef330 100644 (file)
@@ -459,7 +459,7 @@ The event loop is running twice. The
 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
 -----------