From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 26 Apr 2021 04:47:05 +0000 (-0700) Subject: Update asyncio-subprocess.rst (GH-21680) (GH-25621) X-Git-Tag: v3.9.5~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7a1a815d9dbb9ea0bf791163cc135e9cff68add;p=thirdparty%2FPython%2Fcpython.git Update asyncio-subprocess.rst (GH-21680) (GH-25621) (cherry picked from commit 3c4850e222388889426e250ff43308e4802dc582) Co-authored-by: Gabriel R F --- diff --git a/Doc/library/asyncio-subprocess.rst b/Doc/library/asyncio-subprocess.rst index fb98552c86d4..6ba24249f28d 100644 --- a/Doc/library/asyncio-subprocess.rst +++ b/Doc/library/asyncio-subprocess.rst @@ -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.