Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889d646 commit 588517cCopy full SHA for 588517c
1 file changed
Doc/library/asyncio-protocol.rst
@@ -459,7 +459,7 @@ The event loop is running twice. The
459
example to raise an exception if the server is not listening, instead of
460
having to write a short coroutine to handle the exception and stop the
461
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.
+no longer running, so there is no need to stop the loop in case of an error.
463
464
Echo server
465
-----------
0 commit comments