We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50792a4 commit 674ca51Copy full SHA for 674ca51
docs/user-guide/extending.rst
@@ -83,7 +83,7 @@ Coming soon.
83
Custom array buffers
84
--------------------
85
86
-zarr-python provides control where and how arrays stored in memory through
+Zarr-python provides control over where and how arrays stored in memory through
87
:mod:`zarr.buffer`. Currently both CPU (the default) and GPU implementations are
88
provided (see :ref:`user-guide-gpu` for more). You can implement your own buffer
89
classes by implementing the interface defined in :mod:`zarr.abc.buffer`.
0 commit comments