make use of shorter attribute access

This commit is contained in:
Benjamin Peterson 2008-09-10 21:38:31 +00:00
parent 0c80465119
commit 2409dc79d2
1 changed files with 2 additions and 2 deletions

View File

@ -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