From 071a5933ef5c9ed0261c7de37baa471ee7dac6da Mon Sep 17 00:00:00 2001 From: Alexander Karpinsky Date: Sun, 8 Jan 2017 22:32:57 +0300 Subject: [PATCH] Update concepts.rst --- docs/handbook/concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handbook/concepts.rst b/docs/handbook/concepts.rst index 8c5de15d6..3023e1e67 100644 --- a/docs/handbook/concepts.rst +++ b/docs/handbook/concepts.rst @@ -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.