Skip to content

Commit 894461b

Browse files
committed
docs: fix the docstrings and comments
Signed-off-by: behnazh-w <[email protected]>
1 parent a9be2e3 commit 894461b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macaron/build_spec_generator/build_spec_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def gen_build_spec_for_purl(
7171
build_spec_format: BuildSpecFormat,
7272
output_path: str,
7373
) -> int:
74-
"""Return the content of a build spec file from a given PURL.
74+
"""Generate the build spec file for the given PURL in the specified output directory.
7575
7676
Parameters
7777
----------

0 commit comments

Comments
 (0)