Skip to content

Commit 63ccb2d

Browse files
committed
retainGlobals over retainglobals
1 parent eabc14c commit 63ccb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repl/repl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Sk.configure({
3636
output: (args) => { process.stdout.write(args); },
3737
read: (fname) => { return fs.readFileSync(fname, "utf8"); },
3838
systemexit: true,
39-
retainglobals: true,
39+
retainGlobals: true,
4040
inputfun: readline,
4141
__future__: py3 ? Sk.python3 : Sk.python2,
4242
});

0 commit comments

Comments
 (0)