Skip to content

Commit

Permalink
style: ✏️ Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwilter committed Nov 16, 2024
1 parent cb6ce1d commit 2583530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_dcm/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def main(
"",
"-m",
"--mapping",
help=f"Path to CSV containing patient_id to study_id mapping. If not provided and patient_id is not anonymised, a '{RESERVED_CSV}' file will be generated", # noqa: E501
help=f"Path to CSV containing patient_id to study_id mapping. If not provided and patient_id is not anonymised, a '{RESERVED_CSV}' file will be generated.", # noqa: E501
),
keep: str = typer.Option(
"",
Expand Down

0 comments on commit 2583530

Please sign in to comment.