fixed asynchronously in the docs (#384)

This commit is contained in:
0xflotus 2019-04-21 14:38:30 +02:00 committed by Michael Droettboom
parent a39544a071
commit 778bae8348
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ x = np.array([1, 2, 3])
``` ```
pyodide will first call `pyodide.loadPackage(['numpy'])`, and then run the code pyodide will first call `pyodide.loadPackage(['numpy'])`, and then run the code
chunk, returning the result. Since package fetching must happen asyncronously, chunk, returning the result. Since package fetching must happen asynchronously,
this function returns a `Promise` which resolves to the output. For example, to this function returns a `Promise` which resolves to the output. For example, to
use: use: