diff options
-rw-r--r-- | Doc/library/stdtypes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 7f295a1fb0..ea00a43218 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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 |