From c1568819190b7ac73f3ff538c2892ac56bc2e377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarek=20Ziad=C3=A9?= Date: Thu, 2 Jul 2009 11:46:58 +0000 Subject: [PATCH] another typo --- pep-0376.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0376.txt b/pep-0376.txt index 0131748d6..d919b5161 100644 --- a/pep-0376.txt +++ b/pep-0376.txt @@ -464,7 +464,7 @@ distribution. Distutils will provide a very basic ``uninstall`` function, that is added in ``distutils.util`` and takes the name of the distribution to uninstall -as its argument. ``uninstall`` uses the APIs desribed earlier and remove all +as its argument. ``uninstall`` uses the APIs described earlier and remove all unique files, as long as their hash didn't change. Then it removes empty directories left behind.