mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
Issue #26157: Fix typos in asyncio-eventloop.rst
Initial patch by Carlo Beccarini.
This commit is contained in:
commit
4f49c1c38a
1 changed files with 4 additions and 4 deletions
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue