diff -r 5f0a08cfc4f6 Doc/library/asyncio-eventloop.rst --- a/Doc/library/asyncio-eventloop.rst Tue Jan 19 14:48:42 2016 +0200 +++ b/Doc/library/asyncio-eventloop.rst Tue Jan 19 17:21:02 2016 +0100 @@ -740,7 +740,7 @@ attribute to ``None``. The sockets that represent existing incoming client connections are - leaved open. + left open. The server is closed asynchonously, use the :meth:`wait_closed` coroutine to wait until the server is closed.