We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9621d28 commit 3ccb752Copy full SHA for 3ccb752
index.ts
@@ -416,7 +416,7 @@ export class PythonShell extends EventEmitter{
416
};
417
418
/**
419
- * Closes the stdin stream, which should cause the process to finish its work and close
+ * Sends a kill signal to the process
420
* @returns {PythonShell} The same instance for chaining calls
421
*/
422
terminate(signal?:string) {
0 commit comments