From eb8c2d2853d3cc0b4ac92824c5cd1e74ed5e5ea8 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sun, 7 Jun 2015 06:15:24 -0500 Subject: [PATCH] Fix typo --- 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 d8dfb6e4..53a5a515 100644 --- a/skimage/util/shape.py +++ b/skimage/util/shape.py @@ -113,7 +113,7 @@ def view_as_windows(arr_in, window_shape, step=1): ---------- arr_in : ndarray N-d input array. - window_shape : integer or tuple of length arr_in.ndmi + window_shape : integer or tuple of length arr_in.ndim Defines the shape of the elementary n-dimensional orthotope (better know as hyperrectangle [1]_) of the rolling window view. If an integer is given, the shape will be a hyperrectangle of