summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2015-08-25 20:13:21 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2015-08-25 20:13:21 -0700
commit127d7139a0ddc4dea994815638f6d837d6978610 (patch)
treef8fd4eef292bf1387993759ecfb2ef7fd7eb09bb /README.rst
parentcde9d111f92f8ecefcb4a8289c73cef45ad4389c (diff)
downloadisort-127d7139a0ddc4dea994815638f6d837d6978610.tar.gz
Improve documentation, noting that check requires correctly formatted imports, not just sorted
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 4bb10e11..e7d0a1f7 100644
--- a/README.rst
+++ b/README.rst
@@ -512,7 +512,7 @@ The ``--check-only`` option
---------------------------
isort can also be used to used to verify that code is correctly formatted by running it with ``-c``.
-Any files that contain incorrectly sorted imports will be outputted to ``stderr``.
+Any files that contain incorrectly sorted and/or formatted imports will be outputted to ``stderr``.
.. code-block:: bash