[Python-checkins] cpython (merge 3.5 -> default): Issue #26157: Fix typos in asyncio-eventloop.rst

berker.peksag python-checkins at python.org
Wed Jan 20 00:14:51 EST 2016


https://hg.python.org/cpython/rev/67f562cbd87b
changeset:   99992:67f562cbd87b
parent:      99989:19e67e78e20e
parent:      99991:7415a9386048
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Wed Jan 20 07:14:43 2016 +0200
summary:
  Issue #26157: Fix typos in asyncio-eventloop.rst

Initial patch by Carlo Beccarini.

files:
  Doc/library/asyncio-eventloop.rst |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst
--- a/Doc/library/asyncio-eventloop.rst
+++ b/Doc/library/asyncio-eventloop.rst
@@ -739,11 +739,11 @@
       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()
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list