From 3c9cf76a378c99a603804de6ba30cc3bc83f139c Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 27 Jan 2024 19:24:21 +0100 Subject: [PATCH 1/2] Fix help text Signed-off-by: Stefan Weil --- isort/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isort/main.py b/isort/main.py index 7dd85e05..85507580 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: From a1667c8efdfa52528e086defa71b62682697e689 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 27 Jan 2024 19:27:35 +0100 Subject: [PATCH 2/2] Fix typo in man page (found by codespell) Signed-off-by: Stefan Weil --- docs/major_releases/introducing_isort_5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/major_releases/introducing_isort_5.md b/docs/major_releases/introducing_isort_5.md index 577d147d..f3d7ea20 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