Skip to content

Commit 423644d

Browse files
Fix typos in README
1 parent a60800c commit 423644d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ Other sources:
6161

6262
### Windows
6363

64-
You'll need DLLs for libmagic. @julian-r has uploaded a versoin of this project that includes binaries to pypi:
64+
You'll need DLLs for libmagic. @julian-r has uploaded a version of this project that includes binaries to pypi:
6565
https://pypi.python.org/pypi/python-magic-bin/0.4.14
6666

67-
Other sources of the libraries in the past have been [File for Windows](http://gnuwin32.sourceforge.net/packages/file.htm) . You will need to copy the file `magic` out of `[binary-zip]\share\misc`, and pass it's location to `Magic(magic_file=...)`.
67+
Other sources of the libraries in the past have been [File for Windows](http://gnuwin32.sourceforge.net/packages/file.htm) . You will need to copy the file `magic` out of `[binary-zip]\share\misc`, and pass its location to `Magic(magic_file=...)`.
6868

6969
If you are using a 64-bit build of python, you'll need 64-bit libmagic binaries which can be found here: https://github.com/pidydx/libmagicwin64. Newer version can be found here: https://github.com/nscaife/file-windows.
7070

0 commit comments

Comments
 (0)