From 310546a52c3a3c53f18ea53cb7eef02b2b8bb13b Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Tue, 21 Mar 2023 15:16:35 -0400 Subject: [PATCH] Fix typo in README --- README.md | 4 ++-- 1 file 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