Skip to content

Commit d82d4a6

Browse files
committed
Issue #26157: Fix typos in asyncio-eventloop.rst
Initial patch by Carlo Beccarini.
1 parent 39c6699 commit d82d4a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -739,11 +739,11 @@ Server
739739
Stop serving: close listening sockets and set the :attr:`sockets`
740740
attribute to ``None``.
741741

742-
The sockets that represent existing incoming client connections are
743-
leaved open.
742+
The sockets that represent existing incoming client connections are left
743+
open.
744744

745-
The server is closed asynchonously, use the :meth:`wait_closed` coroutine
746-
to wait until the server is closed.
745+
The server is closed asynchronously, use the :meth:`wait_closed`
746+
coroutine to wait until the server is closed.
747747

748748
.. coroutinemethod:: wait_closed()
749749

0 commit comments

Comments
 (0)