diff --git a/docs/major_releases/introducing_isort_5.md b/docs/major_releases/introducing_isort_5.md index 577d147d0..f3d7ea20e 100644 --- a/docs/major_releases/introducing_isort_5.md +++ b/docs/major_releases/introducing_isort_5.md @@ -105,7 +105,7 @@ import c import d ``` -isort 5 adds support for [Action Comments](https://pycqa.github.io/isort/docs/configuration/action_comments.html) which provide a quick and convient way to control the flow of parsing within single source files. +isort 5 adds support for [Action Comments](https://pycqa.github.io/isort/docs/configuration/action_comments.html) which provide a quick and convenient way to control the flow of parsing within single source files. # First class Python API diff --git a/isort/main.py b/isort/main.py index 7dd85e05c..855075803 100644 --- a/isort/main.py +++ b/isort/main.py @@ -51,7 +51,7 @@ QUICK_GUIDE = f""" {ASCII_ART} -Nothing to do: no files or paths have have been passed in! +Nothing to do: no files or paths have been passed in! Try one of the following: