Skip to content

Commit

Permalink
doc: correct parameter type on 'subprocess.kill([signal])'
Browse files Browse the repository at this point in the history
PR-URL: #27760
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Yongsheng Zhang <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
  • Loading branch information
himself65 authored and ZYSzys committed May 20, 2019
1 parent 873c372 commit 2e5bc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ within the child process to close the IPC channel as well.
added: v0.1.90
-->

* `signal` {string}
* `signal` {number|string}

The `subprocess.kill()` method sends a signal to the child process. If no
argument is given, the process will be sent the `'SIGTERM'` signal. See
Expand Down

0 comments on commit 2e5bc80

Please sign in to comment.