Skip to content

Commit

Permalink
Merge pull request #1498 from hramezani/fix_readme
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
timothycrosley authored Sep 26, 2020
2 parents 856b530 + e2a95eb commit 4771e43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,9 +533,9 @@ isort --rm "os.system" *.py
The `--check-only` option
-------------------------

isort can also be used to used to verify that code is correctly
formatted by running it with `-c`. Any files that contain incorrectly
sorted and/or formatted imports will be outputted to `stderr`.
isort can also be used to verify that code is correctly formatted
by running it with `-c`. Any files that contain incorrectly sorted
and/or formatted imports will be outputted to `stderr`.

```bash
isort **/*.py -c -v
Expand Down

0 comments on commit 4771e43

Please sign in to comment.