removed remaining old names

This commit is contained in:
Tarek Ziadé 2009-06-22 18:33:08 +00:00
parent 45a852796f
commit 42da260c3c
1 changed files with 2 additions and 2 deletions

View File

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