Skip to content

Commit 6c40629

Browse files
authored
fix typo in unstablespecificationwarning (#3206)
1 parent a5dcf42 commit 6c40629

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)