From 778bae8348520a7fece19b362982c57200ed2844 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sun, 21 Apr 2019 14:38:30 +0200 Subject: [PATCH] fixed asynchronously in the docs (#384) --- docs/api_reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api_reference.md b/docs/api_reference.md index 7e96ab5d0..81a412728 100644 --- a/docs/api_reference.md +++ b/docs/api_reference.md @@ -173,7 +173,7 @@ x = np.array([1, 2, 3]) ``` 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 use: