[Python-checkins] r73508 - peps/trunk/pep-0376.txt

tarek.ziade python-checkins at python.org
Mon Jun 22 20:33:09 CEST 2009


Author: tarek.ziade
Date: Mon Jun 22 20:33:08 2009
New Revision: 73508

Log:
removed remaining old names

Modified:
   peps/trunk/pep-0376.txt

Modified: peps/trunk/pep-0376.txt
==============================================================================
--- peps/trunk/pep-0376.txt	(original)
+++ peps/trunk/pep-0376.txt	Mon Jun 22 20:33:08 2009
@@ -293,7 +293,7 @@
   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 @@
 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)``


More information about the Python-checkins mailing list