Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Oct 30, 2024
1 parent 8d3dcf9 commit 248c394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mace/tools/arg_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def build_default_arg_parser() -> argparse.ArgumentParser:
"--config",
type=str,
is_config_file=True,
help="config file to agregate options",
help="config file to aggregate options",
)
except ImportError:
parser = argparse.ArgumentParser()
Expand Down Expand Up @@ -710,7 +710,7 @@ def build_preprocess_arg_parser() -> argparse.ArgumentParser:
"--config",
type=str,
is_config_file=True,
help="config file to agregate options",
help="config file to aggregate options",
)
except ImportError:
parser = argparse.ArgumentParser()
Expand Down

0 comments on commit 248c394

Please sign in to comment.