Skip to content

Commit 71ce63a

Browse files
Fix typo newly found by codespell (#1554)
1 parent 2240d61 commit 71ce63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@ better performance, at least when using the Blosc compression library.
13151315

13161316
The optimal chunk shape will depend on how you want to access the data. E.g.,
13171317
for a 2-dimensional array, if you only ever take slices along the first
1318-
dimension, then chunk across the second dimenson. If you know you want to chunk
1318+
dimension, then chunk across the second dimension. If you know you want to chunk
13191319
across an entire dimension you can use ``None`` or ``-1`` within the ``chunks``
13201320
argument, e.g.::
13211321

0 commit comments

Comments
 (0)