From 20d7227a01bb408922cf7d460883cb72bdd1bf2a Mon Sep 17 00:00:00 2001 From: RichardScottOZ Date: Mon, 4 Nov 2024 07:06:26 +1030 Subject: [PATCH] to (#532) Authors: - https://github.com/RichardScottOZ Approvers: - Mads R. B. Kristensen (https://github.com/madsbk) URL: https://github.com/rapidsai/kvikio/pull/532 --- docs/source/zarr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/zarr.rst b/docs/source/zarr.rst index 5b63ffd8b7..82e6186026 100644 --- a/docs/source/zarr.rst +++ b/docs/source/zarr.rst @@ -8,7 +8,7 @@ Zarr KvikIO provides a GPU backend to Zarr-Python that enables `GPUDirect Storage (GDS) `_ seamlessly. The following is an example of how to use the convenience function :py:meth:`kvikio.zarr.open_cupy_array` -to create a new Zarr array and how open an existing Zarr array. +to create a new Zarr array and how to open an existing Zarr array. .. literalinclude:: ../../python/kvikio/examples/zarr_cupy_nvcomp.py