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)``