diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-05-14 12:51:09 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-05-14 12:51:09 (GMT) |
commit | 7d0d6ee525a6c75fc3a48105dcd448673bcf4a44 (patch) | |
tree | f0ae38640563221d7fcad0d6af16448019b2488a | |
parent | c8241cfb8c967d2406cf5abfd34c6ed7c770c2d6 (diff) | |
parent | 2249d9f7d6527765d1f47c24cec4e58ee29e06ef (diff) | |
download | cpython-7d0d6ee525a6c75fc3a48105dcd448673bcf4a44.zip cpython-7d0d6ee525a6c75fc3a48105dcd448673bcf4a44.tar.gz cpython-7d0d6ee525a6c75fc3a48105dcd448673bcf4a44.tar.bz2 |
Merge: Make sentence correct English.
-rw-r--r-- | 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 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 |