Commit 49c9edf3 authored by Berker Peksag's avatar Berker Peksag

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

Initial patch by Carlo Beccarini.
parent 1dce2c72
...@@ -739,11 +739,11 @@ Server ...@@ -739,11 +739,11 @@ Server
Stop serving: close listening sockets and set the :attr:`sockets` Stop serving: close listening sockets and set the :attr:`sockets`
attribute to ``None``. attribute to ``None``.
The sockets that represent existing incoming client connections are The sockets that represent existing incoming client connections are left
leaved open. open.
The server is closed asynchonously, use the :meth:`wait_closed` coroutine The server is closed asynchronously, use the :meth:`wait_closed`
to wait until the server is closed. coroutine to wait until the server is closed.
.. coroutinemethod:: wait_closed() .. coroutinemethod:: wait_closed()
......
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