Skip to content

Commit

Permalink
fix a typo mistake in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
niradar committed Jun 11, 2024
1 parent c867762 commit 82ca362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duplicate_files_in_folders/duplicates_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def clean_scan_dir_duplications(args: Namespace, combined: Dict) -> int:
"""
Clean up the scan_dir duplications after moving files to the move_to folder.
:param args:
:param combined: a dictionary which all the files until 'scan' (for all keys) are moved to the move_to folder
:param combined: a dictionary which all the files under 'scan' (for all keys) are moved to the move_to folder
:return: number of files moved
"""
scan_paths = [file_info['path'] for key, locations in combined.items() if 'scan' in locations for file_info in
Expand Down

0 comments on commit 82ca362

Please sign in to comment.