From c7b96ef4da2ce236be235b0b88f382d2e346f6c7 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Mon, 11 May 2020 10:30:25 +0200 Subject: [PATCH] Fix typo --- docs/pypi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pypi.md b/docs/pypi.md index 0e166ecb0..d5ccd360a 100644 --- a/docs/pypi.md +++ b/docs/pypi.md @@ -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