From 5e1c4dd6ffe747f49a7d11a9846b925f50de8ab6 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 a864f0a3..a49a722e 100644 --- a/mace/tools/arg_parser.py +++ b/mace/tools/arg_parser.py @@ -21,7 +21,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( @@ -725,7 +725,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(