make use of shorter attribute access
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 7f295a1..ea00a43 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -2319,8 +2319,8 @@
 
    .. 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