Merge pull request #1956 from python-pillow/radarhere-patch-1

Fixed typo
This commit is contained in:
Hugo 2016-06-15 13:59:44 +03:00 committed by GitHub
commit dc5c0d303c

View File

@ -162,7 +162,7 @@ Many of Pillow's features require external libraries:
* **libimagequant** provides improved color quantization
* Pillow has been tested with libimagequant **2.6.0**
* Libimagequant is licenced GPLv3, which is more restrictive than
* Libimagequant is licensed GPLv3, which is more restrictive than
the Pillow license, therefore we will not be distributing binaries
with libimagequant support enabled.
* Windows support: Libimagequant requires VS2013/MSVC 18 to compile,