summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-04-26 04:46:55 (GMT)
committerGitHub <noreply@github.com>2021-04-26 04:46:55 (GMT)
commit7b303485152c9943208d254c524b7837cfebeaee (patch)
tree9eea3d14cfb89a0f2ea33e29a74c9ec9db73e3d1
parentc5ce186e975c17470dfe234a2222c1f12ecc81e4 (diff)
downloadcpython-7b303485152c9943208d254c524b7837cfebeaee.zip
cpython-7b303485152c9943208d254c524b7837cfebeaee.tar.gz
cpython-7b303485152c9943208d254c524b7837cfebeaee.tar.bz2
Update asyncio-subprocess.rst (GH-21680) (GH-25622)
(cherry picked from commit 3c4850e222388889426e250ff43308e4802dc582) Co-authored-by: Gabriel R F <github@gabrf.com>
-rw-r--r--Doc/library/asyncio-subprocess.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-subprocess.rst b/Doc/library/asyncio-subprocess.rst
index fb98552..6ba2424 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.