diff --git a/multiscale_spatial_image/multiscale_spatial_image.py b/multiscale_spatial_image/multiscale_spatial_image.py index eb693bd..f87ea8f 100644 --- a/multiscale_spatial_image/multiscale_spatial_image.py +++ b/multiscale_spatial_image/multiscale_spatial_image.py @@ -131,7 +131,7 @@ def transpose(self, *dims: Hashable) -> DataTree: """Return a `DataTree` with all dimensions of arrays in datasets transposed. This method automatically skips those nodes of the `DataTree` that do not contain - dimensions. Note that for `Dataset`s themselves the order of dimensions stays the same. + dimensions. Note that for `Dataset`s themselves, the order of dimensions stays the same. In case of a `DataTree` node missing specified dimensions an error is raised. Parameters