Skip to content

Commit cf57905

Browse files
committed
Refine docstring
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 04d67da commit cf57905

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/packagedcode/plugin_package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ def process_codebase(self, codebase, strip_root=False, **kwargs):
156156

157157
def get_installed_packages(root_dir, processes=2, **kwargs):
158158
"""
159-
Yield Package and their Resources as they are found in `root_dir`
159+
Detect and yield Package mappings with their assigned Resource in a ``resources``
160+
attribute as they are found in `root_dir`.
160161
"""
161162
from scancode import cli
162163

0 commit comments

Comments
 (0)