Skip to content

Commit bc75510

Browse files
huanRyan Munro
authored andcommitted
fix #14
1 parent 8427b28 commit bc75510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ interface pythonBridge extends Function {
55
export const pythonBridge: pythonBridge
66

77
export interface PythonBridgeOptions {
8-
intepreter?: string;
8+
python?: string;
99
stdio?: [PipeStdin, PipeStdout, PipeStderr];
1010
cwd?: string;
1111
env?: { [key:string]: string; };

0 commit comments

Comments
 (0)