mirror of https://github.com/pyodide/pyodide.git
Fix typo in docs using from JavaScript
* Change *not* to *now*
This commit is contained in:
parent
0f60d6d45d
commit
a1095b8624
|
@ -58,7 +58,7 @@ pyodide.loadPackage(['cycler', 'pytz'])
|
|||
|
||||
```javascript
|
||||
pyodide.loadPackage('matplotlib').then(() => {
|
||||
// matplotlib is not available
|
||||
// matplotlib is now available
|
||||
});
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue