From 44ca1b9bcdd885bb19b4f758924153678e27dbf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sun, 26 May 2013 10:46:36 +0200 Subject: [PATCH] Fix spelling error --- skimage/transform/_warps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/transform/_warps.py b/skimage/transform/_warps.py index d00da19b..6eb4eea3 100644 --- a/skimage/transform/_warps.py +++ b/skimage/transform/_warps.py @@ -13,7 +13,7 @@ def resize(image, output_shape, order=1, mode='constant', cval=0.): Input image. output_shape : tuple or ndarray Size of the generated output image `(rows, cols[, dim])`. If `dim` is - not provided, the number of channels are preserved. In case the number + not provided, the number of channels is preserved. In case the number of input channels does not equal the number of output channels a 3-dimensional interpolation is applied.