Fix typo in docs using from JavaScript

* Change *not* to *now*
This commit is contained in:
Mike Lay 2019-03-29 12:03:51 -07:00
parent 0f60d6d45d
commit a1095b8624
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ pyodide.loadPackage(['cycler', 'pytz'])
```javascript
pyodide.loadPackage('matplotlib').then(() => {
// matplotlib is not available
// matplotlib is now available
});
```