Skip to content

Commit 36f9ba1

Browse files
committed
Corrects typo.
1 parent 6f8fa58 commit 36f9ba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/image_cleaner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def trim(image):
1616
def get_arguments():
1717
"""
1818
Parses and checks command line arguments, and provides an help text.
19-
Assumes 2 and returns 2 positional command line arguments:
19+
Assumes 3 and returns 3 positional command line arguments:
2020
mask_path = Path to the segmentation mask
2121
output_mask_file = Path to the output cleaned mask for ROI extraction.
2222
"""

0 commit comments

Comments
 (0)