summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstaticdev <staticdev-support@proton.me>2023-03-22 15:23:36 -0300
committerGitHub <noreply@github.com>2023-03-22 15:23:36 -0300
commitc59f28dd6ca1357bff96626a5433aaf49adf5be3 (patch)
tree93770d0b776518665a393eedfd13cabe2e43d85a
parent7b69d092ae4885dcc45648538ae780a6326bcd1e (diff)
parent310546a52c3a3c53f18ea53cb7eef02b2b8bb13b (diff)
downloadisort-c59f28dd6ca1357bff96626a5433aaf49adf5be3.tar.gz
Merge pull request #2112 from stefmolin/stefmolin-patch-1
Fix typo in README
-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