Skip to content

Commit

Permalink
doc: correct parameter type on 'subprocess.kill([signal])'
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed May 18, 2019
1 parent 030fa2e commit 4e7da93
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 4e7da93

Please sign in to comment.