From: Berker Peksag Date: Wed, 20 Jan 2016 05:14:22 +0000 (+0200) Subject: Issue #26157: Fix typos in asyncio-eventloop.rst X-Git-Tag: v3.6.0a1~734^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49c9edf3d9169a5e9c7c51826711c34435eaaf60;p=python Issue #26157: Fix typos in asyncio-eventloop.rst Initial patch by Carlo Beccarini. --- diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index dbe351d5f7..01f422899c 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -739,11 +739,11 @@ Server Stop serving: close listening sockets and set the :attr:`sockets` attribute to ``None``. - The sockets that represent existing incoming client connections are - leaved open. + The sockets that represent existing incoming client connections are left + open. - The server is closed asynchonously, use the :meth:`wait_closed` coroutine - to wait until the server is closed. + The server is closed asynchronously, use the :meth:`wait_closed` + coroutine to wait until the server is closed. .. coroutinemethod:: wait_closed()