From 717f5feb51f831779a091c3e08af7c6698916767 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Tue, 8 Apr 2014 11:15:24 +0200 Subject: [PATCH] Fix typo in docstring --- skimage/util/shape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/util/shape.py b/skimage/util/shape.py index 910b5b97..eed6b952 100644 --- a/skimage/util/shape.py +++ b/skimage/util/shape.py @@ -111,7 +111,7 @@ def view_as_windows(arr_in, window_shape, step=1): Parameters ---------- arr_in : ndarray - Contiguous N-d input array. + N-d input array. window_shape : tuple Defines the shape of the elementary n-dimensional orthotope (better know as hyperrectangle [1]_) of the rolling window view.