From a1ad88ca897c26fa8f1efa3445cb9162d8e17f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20D=C3=B6rr?= Date: Sat, 4 Apr 2020 00:37:26 +0200 Subject: [PATCH] Fix typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index d5d5f8f..8fcb432 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ Just import pipimport and call install(): >>> pipimport.install() Now you can normally import modules that are not currently installed. -Pipimport will call pip (form your virtualenv) and install it before importing. +Pipimport will call pip (from your virtualenv) and install it before importing. >>> import unipath Will install module unipath