Update view_as_windows docstring

This commit is contained in:
Stefan van der Walt
2014-04-07 18:18:09 +02:00
parent 12af2ef7ed
commit c18d4bbe59
+2 -1
View File
@@ -123,7 +123,8 @@ def view_as_windows(arr_in, window_shape, step=1):
Returns
-------
arr_out : ndarray
(rolling) window view of the input array.
(rolling) window view of the input array. If `arr_in` is
non-contiguous, a copy is made.
Notes
-----