]> granicus.if.org Git - python/commitdiff
make use of shorter attribute access
authorBenjamin Peterson <benjamin@python.org>
Wed, 10 Sep 2008 21:38:31 +0000 (21:38 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 10 Sep 2008 21:38:31 +0000 (21:38 +0000)
Doc/library/stdtypes.rst

index 7f295a1fb0cf42d4de57f7310111ca8f8a8ca8ed..ea00a43218866be3349e5cf88281f8ea614d1032 100644 (file)
@@ -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