Skip to content

Commit 80b23ed

Browse files
committed
Clarify what a path property is expected to be. Ref #105
1 parent 642c9f4 commit 80b23ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

importlib_metadata/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,9 @@ def __init__(self, **kwargs):
373373
def path(self):
374374
"""
375375
The path that a distribution finder should search.
376+
377+
Typically refers to Python package paths and defaults
378+
to ``sys.path``.
376379
"""
377380
return vars(self).get('path', sys.path)
378381

0 commit comments

Comments
 (0)