summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-01-05 17:13:48 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2020-01-05 17:13:48 -0800
commit2cb3ec41651ee7f539433d1409933e4125e4925e (patch)
tree0c2eccdc59c1e4f82139d4b634813ca6fc44874d
parentb6ec10e1142df22ca50d40a237cb526b3ecfc411 (diff)
downloadisort-2cb3ec41651ee7f539433d1409933e4125e4925e.tar.gz
Improve documentation in regards to issue #698
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 183aec72..440f18c8 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ _________________
isort your imports for you, so you don't have to.
isort is a Python utility / library to sort imports alphabetically, and
-automatically separated into sections. It provides a command line
+automatically separated into sections and by type. It provides a command line
utility, Python library and [plugins for various
editors](https://github.com/timothycrosley/isort/wiki/isort-Plugins) to
quickly sort all your imports. It requires Python 3.6+ to run but