make use of shorter attribute access
This commit is contained in:
parent
0c80465119
commit
2409dc79d2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue