summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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