Skip to content

Commit ed4320d

Browse files
authored
Remove unused label
1 parent 7714428 commit ed4320d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ bar[:] = np.arange(100)
540540
print(root.tree())
541541
```
542542

543-
## Sharding {#user-guide-sharding}
543+
## Sharding
544544

545545
Using small chunk shapes in very large arrays can lead to a very large number of chunks.
546546
This can become a performance issue for file systems and object storage.

0 commit comments

Comments
 (0)