mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.com
This commit is contained in:
parent
87bf2772be
commit
a1afeec9aa
4 changed files with 7 additions and 7 deletions
|
@ -3,8 +3,8 @@
|
|||
Subprocess
|
||||
==========
|
||||
|
||||
Create a subproces
|
||||
------------------
|
||||
Create a subprocess
|
||||
-------------------
|
||||
|
||||
.. function:: create_subprocess_shell(cmd, stdin=None, stdout=None, stderr=None, loop=None, limit=None, \*\*kwds)
|
||||
|
||||
|
@ -116,7 +116,7 @@ Process
|
|||
Kills the child. On Posix OSs the function sends :py:data:`SIGKILL` to
|
||||
the child. On Windows :meth:`kill` is an alias for :meth:`terminate`.
|
||||
|
||||
.. method:: send_signal(signale)
|
||||
.. method:: send_signal(signal)
|
||||
|
||||
Sends the signal *signal* to the child process.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue