Skip to content

Commit a2cb500

Browse files
committed
fix typo
1 parent e8de7a4 commit a2cb500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scanoss/delta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def __init__( # noqa: PLR0913
5454
:param trace: Enable trace logging.
5555
:param quiet: Enable quiet mode (suppress non-essential output).
5656
:param filepath: Path to an input file containing a list of files to copy.
57-
:param folder: A Target delta directory path (auto-generated if not provided).
57+
:param folder: A target delta directory path (auto-generated if not provided).
5858
:param output: Output file path for the delta directory location (stdout if not provided).
5959
"""
6060
super().__init__(debug, trace, quiet)

0 commit comments

Comments
 (0)