We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a4699d + ab1c873 commit 1439f64Copy full SHA for 1439f64
importlib_metadata/__init__.py
@@ -618,10 +618,11 @@ def __init__(self, **kwargs):
618
@property
619
def path(self):
620
"""
621
- The path that a distribution finder should search.
+ The sequence of directory path that a distribution finder
622
+ should search.
623
- Typically refers to Python package paths and defaults
624
- to ``sys.path``.
+ Typically refers to Python installed package paths such as
625
+ "site-packages" directories and defaults to ``sys.path``.
626
627
return vars(self).get('path', sys.path)
628
0 commit comments