Skip to content

Commit 62459b1

Browse files
authored
Add missing space between sentences in error message (#9563)
1 parent c16fa1e commit 62459b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/backends/zarr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def _determine_zarr_chunks(
201201
f"Specified zarr chunks encoding['chunks']={enc_chunks_tuple!r} for "
202202
f"variable named {name!r} would overlap multiple dask chunks {var_chunks!r} "
203203
f"on the region {region}. "
204-
f"Writing this array in parallel with dask could lead to corrupted data."
204+
f"Writing this array in parallel with dask could lead to corrupted data. "
205205
f"Consider either rechunking using `chunk()`, deleting "
206206
f"or modifying `encoding['chunks']`, or specify `safe_chunks=False`."
207207
)

0 commit comments

Comments
 (0)