summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2016-03-02 07:43:22 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2016-03-02 07:43:22 +0000
commita153d97c1468aea4dc91d0a3221f449151ffbd9a (patch)
tree6910841796afbe96ce1e6f32a25b32902629c22c
parentc9e2f9e23fb9df2db363b98d694eed4b577d76fc (diff)
downloadisort-a153d97c1468aea4dc91d0a3221f449151ffbd9a.tar.gz
spelling: running
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e9c51649..6724763b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,7 +28,7 @@ Changelog
### 4.2.0
- Added option "NOQA" Do not wrap lines, but add a noqa statement at the end
-- Added support for runnning isort recursively, simply with a standalone `isort` command
+- Added support for running isort recursively, simply with a standalone `isort` command
- Added support to run isort library as a module
- Added compatibility for Python 3.5
- Fixed performance issue (#338) when running on project with lots of skipped directories