]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update asyncio-subprocess.rst (GH-21680)
authorGabriel R F <github@gabrf.com>
Mon, 26 Apr 2021 04:38:16 +0000 (01:38 -0300)
committerGitHub <noreply@github.com>
Mon, 26 Apr 2021 04:38:16 +0000 (21:38 -0700)
Doc/library/asyncio-subprocess.rst

index f955a292e15d086ca15bd18e4d8481661249fe31..ef4d9bcc434c9fafe183d4b53904cdfdeeadd9f2 100644 (file)
@@ -242,7 +242,7 @@ their completion.
 
    .. method:: kill()
 
-      Kill the child.
+      Kill the child process.
 
       On POSIX systems this method sends :py:data:`SIGKILL` to the child
       process.