From 42da260c3caa2a5d149b938a65ef0c3cef4ebecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarek=20Ziad=C3=A9?= Date: Mon, 22 Jun 2009 18:33:08 +0000 Subject: [PATCH] removed remaining old names --- pep-0376.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0376.txt b/pep-0376.txt index ac68c6952..605f2e2f9 100644 --- a/pep-0376.txt +++ b/pep-0376.txt @@ -293,7 +293,7 @@ The API is organized in five classes that work with directories and Zip files directories. - ``ZippedDistributionDirectory``: manages a zipped directory that contains some `.egg.info` directory. -- ``DistributionDirectories``: manages ``EggInfoDirectory`` instances. +- ``DistributionDirectories``: manages ``DistributionDirectory`` instances. Distribution class ------------------ @@ -402,7 +402,7 @@ The class is a ``dict`` where the values are ``DistributionDirectory`` and ``ZippedDistributionDirectory`` instances and the keys are their path attributes. -``EggInfoDirectories`` also provides the following methods besides the ones +``DistributionDirectories`` also provides the following methods besides the ones from ``dict``:: - ``append(path)``