[Python-checkins] cpython (3.4): 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/90a0881755e9
changeset:   96047:90a0881755e9
branch:      3.4
parent:      96041:99d2f83290c0
user:        R David Murray <rdmurray at bitdance.com>
date:        Thu May 14 08:50:38 2015 -0400
summary:
  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