From 248c394127bbcd8ca390078fa1c8288f88025a87 Mon Sep 17 00:00:00 2001 From: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:06:09 +0000 Subject: [PATCH] Fix typos --- mace/tools/arg_parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mace/tools/arg_parser.py b/mace/tools/arg_parser.py index 40fe2ac2..2e39b715 100644 --- a/mace/tools/arg_parser.py +++ b/mace/tools/arg_parser.py @@ -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() @@ -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()