File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments