[Python-checkins] Update asyncio-subprocess.rst (GH-21680)

orsenthil webhook-mailer at python.org
Mon Apr 26 00:38:40 EDT 2021


https://github.com/python/cpython/commit/3c4850e222388889426e250ff43308e4802dc582
commit: 3c4850e222388889426e250ff43308e4802dc582
branch: master
author: Gabriel R F <github at gabrf.com>
committer: orsenthil <skumaran at gatech.edu>
date: 2021-04-25T21:38:16-07:00
summary:

Update asyncio-subprocess.rst (GH-21680)

files:
M Doc/library/asyncio-subprocess.rst

diff --git a/Doc/library/asyncio-subprocess.rst b/Doc/library/asyncio-subprocess.rst
index f955a292e15d0..ef4d9bcc434c9 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.



More information about the Python-checkins mailing list