Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 588517c

Browse files
committed
Fix grammar
1 parent 889d646 commit 588517c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ The event loop is running twice. The
459459
example to raise an exception if the server is not listening, instead of
460460
having to write a short coroutine to handle the exception and stop the
461461
running loop. At :meth:`~BaseEventLoop.run_until_complete` exit, the loop is
462-
no more running, so there is no need to stop the loop in case of an error.
462+
no longer running, so there is no need to stop the loop in case of an error.
463463

464464
Echo server
465465
-----------

0 commit comments

Comments
 (0)