fixed typos

This commit is contained in:
Tarek Ziadé 2009-07-02 11:45:00 +00:00
parent b279051076
commit 46440e03c7
1 changed files with 2 additions and 2 deletions

View File

@ -343,8 +343,8 @@ The new functions added in the ``pkgutil`` are :
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