diff --git a/src/spatialdata/_core/operations/map.py b/src/spatialdata/_core/operations/map.py index c2559814..694e0e13 100644 --- a/src/spatialdata/_core/operations/map.py +++ b/src/spatialdata/_core/operations/map.py @@ -191,7 +191,7 @@ def _calculate_block_num(block_id: tuple[int, ...], num_blocks: tuple[int, ...]) " lowering the value of required shift." " 2. Cast to a data type with a higher maximum value " " 3. Perform sequential relabeling of the dask array using `relabel_sequential` in `spatialdata`," - " potentially lowering the maximum value of a label (though number of distinct labels values " + " potentially lowering the maximum value of a label (though number of distinct labels values " " stays the same). For example if the unique labels values are `[0, 1, 1000]`, after the " " sequential relabeling the unique labels value will be `[0, 1, 2]`, thus requiring less bits " " to store the labels."