Skip to content

Commit 4b12879

Browse files
committed
docstrings
1 parent c8bad03 commit 4b12879

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/zarr/core/array.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,8 +1229,7 @@ def nchunks(self) -> int:
12291229
The number of chunks in this array.
12301230
12311231
Note that if a sharding codec is used, then the number of chunks may exceed the number of
1232-
stored objects supporting this array. To find out the number of stored objects that support
1233-
this array, see :func:`nshards`.
1232+
stored objects supporting this array.
12341233
12351234
Returns
12361235
-------
@@ -2423,8 +2422,7 @@ def nchunks(self) -> int:
24232422
The number of chunks in this array.
24242423
24252424
Note that if a sharding codec is used, then the number of chunks may exceed the number of
2426-
stored objects supporting this array. To find out the number of stored objects that support
2427-
this array, see :func:`nshards`.
2425+
stored objects supporting this array.
24282426
"""
24292427
return self._async_array.nchunks
24302428

0 commit comments

Comments
 (0)