Skip to content

Commit e102c40

Browse files
authored
Merge branch 'main' into 3.0.9-3.0.10-release-notes
2 parents 5d7d1a7 + 6c40629 commit e102c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/core/dtype/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def v3_unstable_dtype_warning(dtype: object) -> None:
225225
"""
226226
msg = (
227227
f"The data type ({dtype}) does not have a Zarr V3 specification. "
228-
"That means that the representation of array saved with this data type may change without "
228+
"That means that the representation of arrays saved with this data type may change without "
229229
"warning in a future version of Zarr Python. "
230230
"Arrays stored with this data type may be unreadable by other Zarr libraries. "
231231
"Use this data type at your own risk! "

0 commit comments

Comments
 (0)