diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-05-14 12:50:38 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-05-14 12:50:38 (GMT) |
commit | 2249d9f7d6527765d1f47c24cec4e58ee29e06ef (patch) | |
tree | f0b4643c7f795725bb7880a913305105210897d4 /Doc | |
parent | 0a560a11af0ccc816d1172180f44e5afb34ba600 (diff) | |
download | cpython-2249d9f7d6527765d1f47c24cec4e58ee29e06ef.zip cpython-2249d9f7d6527765d1f47c24cec4e58ee29e06ef.tar.gz cpython-2249d9f7d6527765d1f47c24cec4e58ee29e06ef.tar.bz2 |
Make sentence correct English.
Diffstat (limited to 'Doc')
-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 |