We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c6699 commit d82d4a6Copy full SHA for d82d4a6
Doc/library/asyncio-eventloop.rst
@@ -739,11 +739,11 @@ Server
739
Stop serving: close listening sockets and set the :attr:`sockets`
740
attribute to ``None``.
741
742
- The sockets that represent existing incoming client connections are
743
- leaved open.
+ The sockets that represent existing incoming client connections are left
+ open.
744
745
- The server is closed asynchonously, use the :meth:`wait_closed` coroutine
746
- 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.
747
748
.. coroutinemethod:: wait_closed()
749
0 commit comments