Remove stray ) and update version number

This commit is contained in:
hugovk 2014-12-04 14:22:25 +02:00
parent cfe41caa8a
commit 7e167a1233
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ and used a fixed number of pixels from the source image for every destination
pixel (2x2 pixels for :py:attr:`~PIL.Image.BILINEAR` and 4x4 for pixel (2x2 pixels for :py:attr:`~PIL.Image.BILINEAR` and 4x4 for
:py:attr:`~PIL.Image.BICUBIC`). This gave an unsatisfactory result for :py:attr:`~PIL.Image.BICUBIC`). This gave an unsatisfactory result for
downscaling. At the same time, a high quality convolutions-based algorithm with downscaling. At the same time, a high quality convolutions-based algorithm with
flexible kernel was used for :py:attr:`~PIL.Image.ANTIALIAS` filter). flexible kernel was used for :py:attr:`~PIL.Image.ANTIALIAS` filter.
Starting from Pillow 2.7.0, a high quality convolutions-based algorithm is used Starting from Pillow 2.7.0, a high quality convolutions-based algorithm is used
for all of these three filters. for all of these three filters.

View File

@ -4,4 +4,4 @@ Release Notes
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
2.7 2.7.0