We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5dcf42 commit 6c40629Copy full SHA for 6c40629
src/zarr/core/dtype/common.py
@@ -225,7 +225,7 @@ def v3_unstable_dtype_warning(dtype: object) -> None:
225
"""
226
msg = (
227
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 "
+ "That means that the representation of arrays saved with this data type may change without "
229
"warning in a future version of Zarr Python. "
230
"Arrays stored with this data type may be unreadable by other Zarr libraries. "
231
"Use this data type at your own risk! "
0 commit comments