summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGabriel R F <github@gabrf.com>2021-04-26 04:38:16 (GMT)
committerGitHub <noreply@github.com>2021-04-26 04:38:16 (GMT)
commit3c4850e222388889426e250ff43308e4802dc582 (patch)
tree64b07e488d127c2d5a29536e4899e5170a15aef6 /Doc
parentb6daab2f676de1773d8f35fb362fe4c57449301d (diff)
downloadcpython-3c4850e222388889426e250ff43308e4802dc582.zip
cpython-3c4850e222388889426e250ff43308e4802dc582.tar.gz
cpython-3c4850e222388889426e250ff43308e4802dc582.tar.bz2
Update asyncio-subprocess.rst (GH-21680)
Diffstat (limited to 'Doc')
-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 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.