Skip to content

Commit

Permalink
Format error
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Nov 24, 2024
1 parent 204309e commit fa5e3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmsd/calculate_rmsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ def parse_arguments(arguments: Optional[Union[str, List[str]]] = None) -> argpar
parser.add_argument(
"--format",
action="store",
help=f"format of input files. valid format are {", ".join(FORMATS)}.",
help=f"format of input files. valid format are {', '.join(FORMATS)}.",
metavar="FMT",
)
parser.add_argument(
Expand Down

0 comments on commit fa5e3f2

Please sign in to comment.