summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDwayne Bailey <dwayne@translate.org.za>2014-02-14 12:02:33 +0000
committerDwayne Bailey <dwayne@translate.org.za>2014-02-14 12:02:33 +0000
commit8479dc26d3d438ed4ce697a5e007acd770ef5e4f (patch)
treefa0104fcad2f4320050ebd5cd2d1a553e0741028 /README.md
parent9cdb70698109bc6fa080d3637caec9c8b2d2aa59 (diff)
downloadisort-8479dc26d3d438ed4ce697a5e007acd770ef5e4f.tar.gz
Update README.md
Typo in the example
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 52de41e8..1759d79d 100644
--- a/README.md
+++ b/README.md
@@ -175,7 +175,7 @@ To configure isort for a single user create a ~/.isort.cfg file:
line_length=120
force_to_top=file1.py,file2.py
skip=file3.py,file4.py
- known_standard_libary=std,std2
+ known_standard_library=std,std2
known_third_party=randomthirdparty
known_first_party=mylib1,mylib2
indent=' '