Commit 2409dc79 authored by Benjamin Peterson's avatar Benjamin Peterson

make use of shorter attribute access

parent 0c804651
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment