]> granicus.if.org Git - python/commitdiff
Make sentence correct English.
authorR David Murray <rdmurray@bitdance.com>
Thu, 14 May 2015 12:50:38 +0000 (08:50 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 14 May 2015 12:50:38 +0000 (08:50 -0400)
Doc/library/asyncio-subprocess.rst

index 1b8203047af00067e8754df23ff7c19e4e06ad60..3c9e3cbdb5e1d20120cd39328de680b0075de171 100644 (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