Update asyncio-subprocess.rst (GH-21680)

This commit is contained in:
Gabriel R F 2021-04-26 01:38:16 -03:00 committed by GitHub
parent b6daab2f67
commit 3c4850e222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,7 @@ their completion.
.. method:: kill() .. method:: kill()
Kill the child. Kill the child process.
On POSIX systems this method sends :py:data:`SIGKILL` to the child On POSIX systems this method sends :py:data:`SIGKILL` to the child
process. process.