Skip to content

Commit a3d8518

Browse files
committed
remove unnecessary doc line
param is already clear
1 parent 2c7df25 commit a3d8518

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ export class PythonShell extends EventEmitter{
348348
/**
349349
* Sends a message to the Python shell through stdin
350350
* Override this method to format data to be sent to the Python process
351-
* @param {string|Object} data The message to send
352351
* @returns {PythonShell} The same instance for chaining calls
353352
*/
354353
send(message:string|Object) {

0 commit comments

Comments
 (0)