mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-10 23:41:29 +08:00
Fix typo in docstring
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user