From c730f8b63ccf32bf1dfd2c3a940ea6dbb48461b3 Mon Sep 17 00:00:00 2001 From: Davis Vann Bennett Date: Thu, 3 Jul 2025 23:12:07 +0200 Subject: [PATCH] fix typo in unstablespecificationwarning --- src/zarr/core/dtype/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zarr/core/dtype/common.py b/src/zarr/core/dtype/common.py index 156928b6eb..3cc31df9e3 100644 --- a/src/zarr/core/dtype/common.py +++ b/src/zarr/core/dtype/common.py @@ -225,7 +225,7 @@ def v3_unstable_dtype_warning(dtype: object) -> None: """ msg = ( f"The data type ({dtype}) does not have a Zarr V3 specification. " - "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 " "warning in a future version of Zarr Python. " "Arrays stored with this data type may be unreadable by other Zarr libraries. " "Use this data type at your own risk! "