Skip to content

Commit 197b9b0

Browse files
committed
doc
1 parent b5eec5d commit 197b9b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/zarr/buffer.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,11 @@ class NDBuffer:
249249
250250
Note
251251
----
252-
The two buffer classes Buffer and NDBuffer are very similar. In fact,
253-
Buffer is a special case of NDBuffer where dim=1, stride=1, and dtype="b".
254-
However, in order to use the Python's type system to differentiate between
255-
the flat contiguous Buffer and the n-dim (non-contiguous) NDBuffer, we keep
256-
the definition of the two classes separate.
252+
The two buffer classes Buffer and NDBuffer are very similar. In fact, Buffer
253+
is a special case of NDBuffer where dim=1, stride=1, and dtype="b". However,
254+
in order to use Python's type system to differentiate between the contiguous
255+
Buffer and the n-dim (non-contiguous) NDBuffer, we keep the definition of the
256+
two classes separate.
257257
258258
Parameters
259259
----------

0 commit comments

Comments
 (0)