commit | 7f7831877853385176f532a29527293870e49e8f | [log] [tgz] |
---|---|---|
author | Wenzel Jakob <wenzel@inf.ethz.ch> | Fri Dec 04 23:56:04 2015 +0100 |
committer | Wenzel Jakob <wenzel@inf.ethz.ch> | Fri Dec 04 23:56:04 2015 +0100 |
tree | e4f64e67e96c26b1e4e1cba1ec1c7d8c24e08f6a | |
parent | e9f4304f29998132d21ad21f66d2fbefde36087d [diff] | |
parent | 648e1962e10933d1a9604b12b48f971f2431f4a4 [diff] |
Merge pull request #20 from jakirkham/minor_typo Missing "is"
diff --git a/README.md b/README.md index 46f68c2..d81de52 100644 --- a/README.md +++ b/README.md
@@ -68,5 +68,5 @@ - Python's slice-based access and assignment operations can be supported with just a few lines of code. -- Everything is contained in just a few header files; there no need to link +- Everything is contained in just a few header files; there is no need to link against any additional libraries.