Update concepts.rst

This commit is contained in:
Alexander Karpinsky 2017-01-08 22:32:57 +03:00 committed by GitHub
parent 51532c2c21
commit 071a5933ef

View File

@ -93,7 +93,7 @@ Filters
-------
For geometry operations that may map multiple input pixels to a single output
pixel, the Python Imaging Library provides four different resampling *filters*.
pixel, the Python Imaging Library provides different resampling *filters*.
``NEAREST``
Pick one nearest pixel from the input image. Ignore all other input pixels.