Fix typo in docstring

This commit is contained in:
Stefan van der Walt
2014-04-08 11:15:24 +02:00
parent c18d4bbe59
commit 717f5feb51
+1 -1
View File
@@ -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.