mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
make use of shorter attribute access
This commit is contained in:
parent
0c80465119
commit
2409dc79d2
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue