]> granicus.if.org Git - python/commitdiff
Issue #26157: Fix typos in asyncio-eventloop.rst
authorBerker Peksag <berker.peksag@gmail.com>
Wed, 20 Jan 2016 05:14:22 +0000 (07:14 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 20 Jan 2016 05:14:22 +0000 (07:14 +0200)
Initial patch by Carlo Beccarini.

Doc/library/asyncio-eventloop.rst

index dbe351d5f7d41f65354435ce0e5460abb08aa03c..01f422899c511b96d2167c389a6071c55b8016df 100644 (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()