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

orsenthil webhook-mailer at python.org
Mon Apr 26 00:47:09 EDT 2021


https://github.com/python/cpython/commit/d7a1a815d9dbb9ea0bf791163cc135e9cff68add
commit: d7a1a815d9dbb9ea0bf791163cc135e9cff68add
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: orsenthil <skumaran at gatech.edu>
date: 2021-04-25T21:47:05-07:00
summary:

Update asyncio-subprocess.rst (GH-21680) (GH-25621)

(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.



More information about the Python-checkins mailing list