From 3c4850e222388889426e250ff43308e4802dc582 Mon Sep 17 00:00:00 2001 From: Gabriel R F Date: Mon, 26 Apr 2021 01:38:16 -0300 Subject: Update asyncio-subprocess.rst (GH-21680) --- Doc/library/asyncio-subprocess.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-subprocess.rst b/Doc/library/asyncio-subprocess.rst index f955a29..ef4d9bc 100644 --- a/Doc/library/asyncio-subprocess.rst +++ b/Doc/library/asyncio-subprocess.rst @@ -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. -- cgit v0.12