Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/spatialdata/_io/io_zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down