From 2409dc79d2df77d75d702ec7feeeacc3c44490d2 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 10 Sep 2008 21:38:31 +0000 Subject: [PATCH] make use of shorter attribute access --- Doc/library/stdtypes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 7f295a1fb0c..ea00a432188 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -2319,8 +2319,8 @@ simple bytes or complex data structures. .. attribute:: strides - A tuple of integers the length of :attr:`~memoryview.ndim` giving the size - in bytes to access each element for each dimension of the array. + A tuple of integers the length of :attr:`ndim` giving the size in bytes to + access each element for each dimension of the array. .. attribute:: size