Issue #26157: Fix typos in asyncio-eventloop.rst

Initial patch by Carlo Beccarini.
This commit is contained in:
Berker Peksag 2016-01-20 07:14:22 +02:00
parent 1dce2c72ed
commit 49c9edf3d9
1 changed files with 4 additions and 4 deletions

View File

@ -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()