mirror of https://github.com/pyodide/pyodide.git
Fix typo
This commit is contained in:
parent
4be718c852
commit
c7b96ef4da
|
@ -32,8 +32,8 @@ import micropip
|
|||
micropip.install('snowballstemmer').then(do_work)
|
||||
```
|
||||
|
||||
File integrity validation is implementing by checking the hash of the downloaded
|
||||
wheel against pre-recorded hash digests from the PyPi JSON API.
|
||||
Micropip implements file integrity validation by checking the hash of the
|
||||
downloaded wheel against pre-recorded hash digests from the PyPi JSON API.
|
||||
|
||||
## Installing wheels from arbitrary URLs
|
||||
|
||||
|
|
Loading…
Reference in New Issue