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 9cdf10a commit fad9eb0Copy full SHA for fad9eb0
README.md
@@ -215,7 +215,7 @@ PythonShell.run('script.py', null).then(results => {
215
});
216
```
217
218
-#### `#runString(code, options, callback)`
+#### `#runString(code, options)`
219
220
Runs the Python script and returns a promise. When you handle the promise the argument will be an array of messages emitted from the Python script.
221
0 commit comments