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

(cherry picked from commit 3c4850e222)

Co-authored-by: Gabriel R F <github@gabrf.com>
This commit is contained in:
Miss Islington (bot) 2021-04-25 21:47:05 -07:00 committed by GitHub
parent debb23fae6
commit d7a1a815d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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