summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4c1c16fa..84b20244 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@ _________________
isort your imports, so you don't have to.
-isort is a Python utility / library to sort imports alphabetically, and
-automatically separated into sections and by type. It provides a command line
+isort is a Python utility / library to sort imports alphabetically and
+automatically separate into sections and by type. It provides a command line
utility, Python library and [plugins for various
editors](https://github.com/pycqa/isort/wiki/isort-Plugins) to
quickly sort all your imports. It requires Python 3.8+ to run but