Merge pull request #2348 from python-pillow/docs-quickfix

Update concepts.rst
This commit is contained in:
Alexander Karpinsky 2017-01-08 22:34:58 +03:00 committed by GitHub
commit b7a27533b1

View File

@ -93,7 +93,7 @@ Filters
------- -------
For geometry operations that may map multiple input pixels to a single output 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`` ``NEAREST``
Pick one nearest pixel from the input image. Ignore all other input pixels. Pick one nearest pixel from the input image. Ignore all other input pixels.