mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-21 03:05:38 -05:00
interpreter.ts: Typo functions
This commit is contained in:
@@ -422,7 +422,7 @@ const loadInterpreter = async function (): Promise<any> {
|
||||
stderr: console.log,
|
||||
});
|
||||
|
||||
// now that we loaded, add additional convenience fuctions
|
||||
// now that we loaded, add additional convenience functions
|
||||
console.log('loading micropip');
|
||||
await pyodide.loadPackage('micropip');
|
||||
console.log('loading pyscript module');
|
||||
|
||||
Reference in New Issue
Block a user