Fix spelling error

This commit is contained in:
Johannes Schönberger
2013-05-26 10:46:36 +02:00
parent 071d4bfb68
commit 44ca1b9bcd
+1 -1
View File
@@ -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.