We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8c20d commit 9421d01Copy full SHA for 9421d01
1 file changed
index.ts
@@ -234,7 +234,6 @@ export class PythonShell extends EventEmitter{
234
235
/**
236
* checks syntax without executing code
237
- * @param {string} code
238
* @returns {Promise} rejects w/ stderr if syntax failure
239
*/
240
static async checkSyntax(code:string){
0 commit comments