mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
make use of shorter attribute access
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user