From 474d013a3b38c5909a7381cfa0cc2c8203807cfa Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Fri, 2 Oct 2009 19:33:33 +0000 Subject: Docstring update: lib --- numpy/lib/stride_tricks.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'numpy/lib/stride_tricks.py') diff --git a/numpy/lib/stride_tricks.py b/numpy/lib/stride_tricks.py index c7a953491..ebd6d5a22 100644 --- a/numpy/lib/stride_tricks.py +++ b/numpy/lib/stride_tricks.py @@ -1,4 +1,9 @@ -""" Utilities that manipulate strides to achieve desirable effects. +""" +Utilities that manipulate strides to achieve desirable effects. + +An explanation of strides can be found in the "ndarray.rst" file in the +NumPy reference guide. + """ import numpy as np -- cgit v1.2.1