Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2409dc7

Browse files
committed
make use of shorter attribute access
1 parent 0c80465 commit 2409dc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/stdtypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2319,8 +2319,8 @@ simple bytes or complex data structures.
23192319

23202320
.. attribute:: strides
23212321

2322-
A tuple of integers the length of :attr:`~memoryview.ndim` giving the size
2323-
in bytes to access each element for each dimension of the array.
2322+
A tuple of integers the length of :attr:`ndim` giving the size in bytes to
2323+
access each element for each dimension of the array.
23242324

23252325
.. attribute:: size
23262326

0 commit comments

Comments
 (0)