From acc8283465660305043fa0fb57a3f55e2c7a9976 Mon Sep 17 00:00:00 2001 From: torsava Date: Tue, 11 Aug 2020 15:32:19 +0200 Subject: [PATCH] pep-0627: Typo (GH-1558) --- pep-0627.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0627.rst b/pep-0627.rst index c73bd7e3b..615a5f6b9 100644 --- a/pep-0627.rst +++ b/pep-0627.rst @@ -202,7 +202,7 @@ Note that tools that do not create this file effectively mark all installed projects as “removable unless needed by another project”. This was was the case with ``pip`` before version 20.2. Before ``REQUESTED`` becomes commonplace, automatically uninstalling “orphaned” -projects should be done wit care. +projects should be done with care. Clarifications