8000 interpreter.ts: Typo functions · fskydev/pyscript@4cef872 · GitHub
[go: up one dir, main page]

Skip t 8000 o content

Commit 4cef872

Browse files
authored
interpreter.ts: Typo functions
1 parent 9011f86 commit 4cef872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscriptjs/src/interpreter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ const loadInterpreter = async function (): Promise<any> {
422422
stderr: console.log,
423423
});
424424

425-
// now that we loaded, add additional convenience fuctions
425+
// now that we loaded, add additional convenience functions
426426
console.log('loading micropip');
427427
await pyodide.loadPackage('micropip');
428428
console.log('loading pyscript module');

0 commit comments

Comments
 (0)
0