Skip to content

Commit

Permalink
Fix repository mispelling in CLI command
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Aug 15, 2020
1 parent f7c7bdc commit e6c117c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isort/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e6c117c

Please sign in to comment.