File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,12 +152,12 @@ class DefaultFillValue:
152152 """
153153 Sentinel class to indicate that the default fill value should be used.
154154
155- This class exists because the normal values used to convey "defaultness"
156- like ``None`` or ``"auto"` do not work for the fill value parameter of a Zarr array.
157- ``None`` is a valid fill value for Zarr V2 (resulting in ``"fill_value: null"`` in array metadata).
158- A string like ``"auto"`` is a valid fill value for an array with a string data type.
159- But an instance of this class lies outside the space of valid fill values, which makes it
160- suitable for expressing that the default fill value should be used.
155+ This class exists because the normal values used to convey "defaultness"
156+ like ``None`` or ``"auto"` do not work for the fill value parameter of a Zarr array.
157+ ``None`` is a valid fill value for Zarr V2 (resulting in ``"fill_value: null"`` in array metadata).
158+ A string like ``"auto"`` is a valid fill value for an array with a string data type.
159+ But an instance of this class lies outside the space of valid fill values, which makes it
160+ suitable for expressing that the default fill value should be used.
161161 """
162162
163163
You can’t perform that action at this time.
0 commit comments