From: Benjamin Peterson Date: Wed, 10 Sep 2008 21:38:31 +0000 (+0000) Subject: make use of shorter attribute access X-Git-Tag: v3.0rc1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2409dc79d2df77d75d702ec7feeeacc3c44490d2;p=python make use of shorter attribute access --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 7f295a1fb0..ea00a43218 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