Update using_pyodide_from_javascript.md

This commit is contained in:
Michael Droettboom 2018-11-08 17:27:08 -05:00 committed by GitHub
parent 7e6d7cd414
commit 090a8068ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Iodide](using_pyodide_from_iodide.md).
Include `pyodide.js` in your project.
This has a single `Promise` object which bootstraps the Python environment:
`languagePluginLoader`. Since this must happen asynchronously, it returns a
`languagePluginLoader`. Since this must happen asynchronously, it is a
`Promise`, which you must call `then` on to complete initialization. When the
promise resolves, pyodide will have installed a namespace in global scope:
`pyodide`.