removed remaining old names
This commit is contained in:
parent
45a852796f
commit
42da260c3c
|
@ -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)``
|
||||
|
|
Loading…
Reference in New Issue