Commit a1095b86 authored by Mike Lay's avatar Mike Lay

Fix typo in docs using from JavaScript

* Change *not* to *now*
parent 0f60d6d4
...@@ -58,7 +58,7 @@ pyodide.loadPackage(['cycler', 'pytz']) ...@@ -58,7 +58,7 @@ pyodide.loadPackage(['cycler', 'pytz'])
```javascript ```javascript
pyodide.loadPackage('matplotlib').then(() => { pyodide.loadPackage('matplotlib').then(() => {
// matplotlib is not available // matplotlib is now available
}); });
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment