Skip to content

Commit

Permalink
Update cite.py
Browse files Browse the repository at this point in the history
fixing description typo
  • Loading branch information
mschwamb authored Jan 14, 2025
1 parent f85f0f4 commit b9b33ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sorcha_cmdline/cite.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def main():
parser = SorchaArgumentParser(
prog="sorcha cite",
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
description="Providing the bibtex, AAS Journals software latex command, and acknowledgement statements for Sorcha and the associated packages that power it in a file (sorcha_citation.txt (by default) or printed to the terminal (standard out).",
description="Providing the bibtex, AAS Journals software latex command, and acknowledgement statements for Sorcha and the associated packages that power it in a file (sorcha_citation.txt) by default or printed to the terminal (standard out).",
)

optional = parser.add_argument_group("Optional arguments")
Expand Down

0 comments on commit b9b33ec

Please sign in to comment.