Merge: Make sentence correct English.

This commit is contained in:
R David Murray 2015-05-14 08:51:09 -04:00
commit 7d0d6ee525
1 changed files with 1 additions and 1 deletions

View File

@ -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