From: R David Murray Date: Thu, 14 May 2015 12:50:38 +0000 (-0400) Subject: Make sentence correct English. X-Git-Tag: v3.5.0b1~138^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2249d9f7d6527765d1f47c24cec4e58ee29e06ef;p=thirdparty%2FPython%2Fcpython.git Make sentence correct English. --- diff --git a/Doc/library/asyncio-subprocess.rst b/Doc/library/asyncio-subprocess.rst index 1b8203047af0..3c9e3cbdb5e1 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