From 2249d9f7d6527765d1f47c24cec4e58ee29e06ef Mon Sep 17 00:00:00 2001 From: R David Murray Date: Thu, 14 May 2015 08:50:38 -0400 Subject: Make sentence correct English. --- Doc/library/asyncio-subprocess.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12