Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwamb committed Nov 27, 2024
1 parent 64a6f7a commit 31c70cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sorcha_cmdline/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def main(): # pragma: no cover
# parse the input arguments
parser = SorchaArgparse(argparse.ArgumentParser(prog="sorcha bootstrap"
parser = SorchaArgparse(argparse.ArgumentParser(prog="sorcha bootstrap",
description="Fetch the NAIF high precision EOP kernel file store its checksum."
))

Expand Down

0 comments on commit 31c70cd

Please sign in to comment.