From 125fe18246642eeb0e158ce43590d3493829ac43 Mon Sep 17 00:00:00 2001 From: Alberto Fabbri Date: Mon, 3 Aug 2026 15:53:26 +0200 Subject: [PATCH] Fix typo in parameter description of read_zarr function --- src/spatialdata/_io/io_zarr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spatialdata/_io/io_zarr.py b/src/spatialdata/_io/io_zarr.py index 4c410fab0..7ba440533 100644 --- a/src/spatialdata/_io/io_zarr.py +++ b/src/spatialdata/_io/io_zarr.py @@ -136,7 +136,7 @@ def read_zarr( Path, URL, or zarr.Group to the zarr store (on-disk or remote). selection - List of elements to read from the zarr store (images, labels, points, shapes, table). If None, all elements are + List of elements to read from the zarr store (images, labels, points, shapes, tables). If None, all elements are read. on_bad_files