fixed typos
This commit is contained in:
parent
b279051076
commit
46440e03c7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue