Kaydet (Commit) 588517ca authored tarafından Andrew Svetlov's avatar Andrew Svetlov

Fix grammar

üst 889d6463
...@@ -459,7 +459,7 @@ The event loop is running twice. The ...@@ -459,7 +459,7 @@ The event loop is running twice. The
example to raise an exception if the server is not listening, instead of 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 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 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 Echo server
----------- -----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment