[Python-checkins] cpython (merge 3.4 -> default): Merge: Make sentence correct English.

r.david.murray python-checkins at python.org
Thu May 14 14:51:28 CEST 2015


https://hg.python.org/cpython/rev/07b88b324243
changeset:   96048:07b88b324243
parent:      96046:25d78aa1ec21
parent:      96047:90a0881755e9
user:        R David Murray <rdmurray at bitdance.com>
date:        Thu May 14 08:51:09 2015 -0400
summary:
  Merge: Make sentence correct English.

files:
  Doc/library/asyncio-subprocess.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/asyncio-subprocess.rst b/Doc/library/asyncio-subprocess.rst
--- a/Doc/library/asyncio-subprocess.rst
+++ b/Doc/library/asyncio-subprocess.rst
@@ -179,7 +179,7 @@
    :func:`create_subprocess_shell` function.
 
    The API of the :class:`~asyncio.subprocess.Process` class was designed to be
-   closed the API of the :class:`subprocess.Popen` class, but they are some
+   close to the API of the :class:`subprocess.Popen` class, but there are some
    differences:
 
    * There is no explicit :meth:`~subprocess.Popen.poll` method

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


More information about the Python-checkins mailing list