Skip to content

Commit edb5bf4

Browse files
committed
tidy
1 parent f1ab32a commit edb5bf4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/tutorial.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ requested region into memory as a NumPy array, e.g.::
5656
array([ 0, 1, 2, ..., 9997, 9998, 9999], dtype=int32)
5757
>>> z[:]
5858
array([[ 0, 1, 2, ..., 9997, 9998, 9999],
59-
[ 1, 42, 42, ..., 42, 42, 42],
60-
[ 2, 42, 42, ..., 42, 42, 42],
61-
...,
62-
[9997, 42, 42, ..., 42, 42, 42],
63-
[9998, 42, 42, ..., 42, 42, 42],
64-
[9999, 42, 42, ..., 42, 42, 42]], dtype=int32)
59+
[ 1, 42, 42, ..., 42, 42, 42],
60+
[ 2, 42, 42, ..., 42, 42, 42],
61+
...,
62+
[9997, 42, 42, ..., 42, 42, 42],
63+
[9998, 42, 42, ..., 42, 42, 42],
64+
[9999, 42, 42, ..., 42, 42, 42]], dtype=int32)
6565

6666
.. _tutorial_persist:
6767

0 commit comments

Comments
 (0)