Fixed typo [ci skip]

This commit is contained in:
Andrew Murray 2018-01-25 19:57:58 +11:00
parent 1cfda448e0
commit 29818f30f0

View File

@ -10,7 +10,7 @@ Changelog (Pillow)
- Readme: Added Twitter badge #2930 - Readme: Added Twitter badge #2930
[hugovk] [hugovk]
- Removed __main__ code from ImageCms #2942 - Removed __main__ code from ImageCms #2942
[radarhere] [radarhere]
@ -19,7 +19,7 @@ Changelog (Pillow)
- Depends: Updated libimagequant to 2.11.7, raqm to 0.4.0, freetype to 2.9 #2967, #2969, #2957 - Depends: Updated libimagequant to 2.11.7, raqm to 0.4.0, freetype to 2.9 #2967, #2969, #2957
[radarhere] [radarhere]
- Remove _imaging.crc32 in favor of builtin Python crc32 implementation #2935 - Remove _imaging.crc32 in favor of builtin Python crc32 implementation #2935
[wiredfool] [wiredfool]
@ -34,7 +34,7 @@ Changelog (Pillow)
- Docs: Changed documentation references to 2.x to 2.7 #2921 - Docs: Changed documentation references to 2.x to 2.7 #2921
[radarhere] [radarhere]
5.0.1 (unreleased) 5.0.1 (unreleased)
------------------ ------------------
@ -168,7 +168,7 @@ Changelog (Pillow)
- GIF: Permit LZW code lengths up to 12 bits in GIF decode #2813 - GIF: Permit LZW code lengths up to 12 bits in GIF decode #2813
[wiredfool] [wiredfool]
- Fix unterminiated string and unchecked exception in _font_text_asBytes. #2825 - Fix unterminated string and unchecked exception in _font_text_asBytes. #2825
[wiredfool] [wiredfool]
- PPM: Use fixed list of whitespace, rather relying on locale, fixes #272. #2831 - PPM: Use fixed list of whitespace, rather relying on locale, fixes #272. #2831