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 2672ab2 commit 65fc063Copy full SHA for 65fc063
src/zarr/types.py
@@ -5,10 +5,10 @@
5
from zarr.core.metadata.v3 import ArrayV3Metadata
6
7
AnyArray: TypeAlias = Array[Any]
8
-AnyArray.__doc__ = "A Zarr format 2 or 3 `Array`"
+"""A Zarr format 2 or 3 `Array`"""
9
10
ArrayV2: TypeAlias = Array[ArrayV2Metadata]
11
-ArrayV2.__doc__ = "A Zarr format 2 `Array`"
+"""A Zarr format 2 `Array`"""
12
13
ArrayV3: TypeAlias = Array[ArrayV3Metadata]
14
-ArrayV3.__doc__ = "A Zarr format 3 `Array`"
+"""A Zarr format 3 `Array`"""
0 commit comments