diff options
| author | Adam Hupp <adam@hupp.org> | 2016-06-01 16:34:02 -0700 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2016-06-01 16:34:02 -0700 |
| commit | c64acb4f8c21bf47ca98f9dce42217154b485f2f (patch) | |
| tree | 2f2e97dd1f35fb3aa8ff534b7dd26e88fa3f9d57 | |
| parent | 62c3c17fb3c51c13f1a49c98e3a6526d6eef0adf (diff) | |
| parent | 857cb48a52d7a49e48009b9b7f47c527885849d2 (diff) | |
| download | python-magic-c64acb4f8c21bf47ca98f9dce42217154b485f2f.tar.gz | |
Merge pull request #106 from tgoodyear/patch-1
Fix typos in README.md
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -41,7 +41,7 @@ You can also combine the flag options: ## Name Conflict -There are, sadly, two libraries which use the module name `magic`. Both have been around for quite a while.If you are using this module and get an error using a method like `open`, your code is expecting the other one. Hopefully one day these will be recociled. +There are, sadly, two libraries which use the module name `magic`. Both have been around for quite a while.If you are using this module and get an error using a method like `open`, your code is expecting the other one. Hopefully one day these will be reconciled. ## Installation @@ -66,7 +66,7 @@ On OSX: - 'MagicException: could not find any magic files!': some installations of libmagic do not correctly point to their magic - database file. Try specifying the path to the file explictly in the + database file. Try specifying the path to the file explicitly in the constructor: `magic.Magic(magic_file="path_to_magic_file")`. - 'WindowsError: [Error 193] %1 is not a valid Win32 application': @@ -106,3 +106,4 @@ Thanks to these folks on github who submitted features and bugfixes. python-magic is distributed under the MIT license. See the included LICENSE file for details. + |
