]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update asyncio-subprocess.rst (GH-21680) (GH-25621)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Apr 2021 04:47:05 +0000 (21:47 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Apr 2021 04:47:05 +0000 (21:47 -0700)
(cherry picked from commit 3c4850e222388889426e250ff43308e4802dc582)

Co-authored-by: Gabriel R F <github@gabrf.com>
Doc/library/asyncio-subprocess.rst

index fb98552c86d4c131301d46b27f9b69f79a075dd1..6ba24249f28d843837bdd8e77e323485c8d2352a 100644 (file)
@@ -251,7 +251,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.