Skip to content

Commit fad9eb0

Browse files
committed
remove extra arg
1 parent 9cdf10a commit fad9eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ PythonShell.run('script.py', null).then(results => {
215215
});
216216
```
217217

218-
#### `#runString(code, options, callback)`
218+
#### `#runString(code, options)`
219219

220220
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.
221221

0 commit comments

Comments
 (0)