summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-05-14 12:51:09 (GMT)
committerR David Murray <rdmurray@bitdance.com>2015-05-14 12:51:09 (GMT)
commit7d0d6ee525a6c75fc3a48105dcd448673bcf4a44 (patch)
treef0ae38640563221d7fcad0d6af16448019b2488a /Doc/library
parentc8241cfb8c967d2406cf5abfd34c6ed7c770c2d6 (diff)
parent2249d9f7d6527765d1f47c24cec4e58ee29e06ef (diff)
downloadcpython-7d0d6ee525a6c75fc3a48105dcd448673bcf4a44.zip
cpython-7d0d6ee525a6c75fc3a48105dcd448673bcf4a44.tar.gz
cpython-7d0d6ee525a6c75fc3a48105dcd448673bcf4a44.tar.bz2
Merge: Make sentence correct English.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/asyncio-subprocess.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-subprocess.rst b/Doc/library/asyncio-subprocess.rst
index 1b82030..3c9e3cb 100644
--- a/Doc/library/asyncio-subprocess.rst
+++ b/Doc/library/asyncio-subprocess.rst
@@ -179,7 +179,7 @@ Process
: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