https://github.com/python/cpython/commit/7b303485152c9943208d254c524b7837cfebeaee commit: 7b303485152c9943208d254c524b7837cfebeaee branch: 3.8 author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com> committer: orsenthil <skumaran at gatech.edu> date: 2021年04月25日T21:46:55-07:00 summary: Update asyncio-subprocess.rst (GH-21680) (GH-25622) (cherry picked from commit 3c4850e222388889426e250ff43308e4802dc582) Co-authored-by: Gabriel R F <github at gabrf.com> files: M Doc/library/asyncio-subprocess.rst diff --git a/Doc/library/asyncio-subprocess.rst b/Doc/library/asyncio-subprocess.rst index fb98552c86d4c..6ba24249f28d8 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.