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

tarek.ziade python-checkins at python.org
Thu Jul 2 13:45:00 CEST 2009


Author: tarek.ziade
Date: Thu Jul  2 13:45:00 2009
New Revision: 73754

Log:
fixed typos

Modified:
   peps/trunk/pep-0376.txt

Modified: peps/trunk/pep-0376.txt
==============================================================================
--- peps/trunk/pep-0376.txt	(original)
+++ peps/trunk/pep-0376.txt	Thu Jul  2 13:45:00 2009
@@ -343,8 +343,8 @@
 Distribution class
 ------------------
 
-A new class called ``Distribution`` is created with a the path of the
-`.egg-info` directory provided to the contructor. It reads the metadata
+A new class called ``Distribution`` is created with the path of the
+`.egg-info` directory provided to the constructor. It reads the metadata
 contained in `PKG-INFO` when it is instanciated.
 
 ``Distribution(path)`` -> instance


More information about the Python-checkins mailing list