Skip to content

Commit d1da117

Browse files
himself65BridgeAR
authored andcommitted
doc: correct parameter type on 'subprocess.kill([signal])'
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]>
1 parent 80f3074 commit d1da117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/child_process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ within the child process to close the IPC channel as well.
10221022
added: v0.1.90
10231023
-->
10241024

1025-
* `signal` {string}
1025+
* `signal` {number|string}
10261026

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

0 commit comments

Comments
 (0)