From e6c117cc62386a562c8f742d2ecdc69e5ab20f56 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Fri, 14 Aug 2020 17:30:37 -0700 Subject: [PATCH] Fix repository mispelling in CLI command --- isort/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isort/main.py b/isort/main.py index 1c68f66d9..58c4e1015 100644 --- a/isort/main.py +++ b/isort/main.py @@ -462,7 +462,7 @@ def _build_arg_parser() -> argparse.ArgumentParser: "--skip-gitignore", action="store_true", dest="skip_gitignore", - help="Treat project as a git respository and ignore files listed in .gitignore", + help="Treat project as a git repository and ignore files listed in .gitignore", ) inline_args_group.add_argument( "--sl",