Skip to content

Commit 3ccb752

Browse files
committed
fix documentation for terminate function
1 parent 9621d28 commit 3ccb752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ export class PythonShell extends EventEmitter{
416416
};
417417

418418
/**
419-
* Closes the stdin stream, which should cause the process to finish its work and close
419+
* Sends a kill signal to the process
420420
* @returns {PythonShell} The same instance for chaining calls
421421
*/
422422
terminate(signal?:string) {

0 commit comments

Comments
 (0)