Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jun 7, 2015
1 parent 3f8e94f commit eb8c2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skimage/util/shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb8c2d2

Please sign in to comment.