From 7a7ccee5ed9b0565ce70a09338e3d4cfe34ccaaf Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 3 Jan 2015 09:13:57 +1100 Subject: [PATCH] Update Release Notes (typo) [ci skip] --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9db9a6645..1f2d89bd4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -28,7 +28,7 @@ Changelog (Pillow) - The GIF Palette optimization algorithm is only applicable to mode='P' or 'L' #993 [moriyoshi] -- Use PySide as an alernative to PyQt4/5. +- Use PySide as an alternative to PyQt4/5. [holg] - Replace affine-based im.resize implementation with convolution-based im.stretch #997