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 957a7e6 commit 884f93dCopy full SHA for 884f93d
1 file changed
src/zarr/api/synchronous.py
@@ -770,12 +770,12 @@ def create(
770
If using an fsspec URL to create the store, these will be passed to
771
the backend implementation. Ignored otherwise.
772
config : ArrayConfigLike, optional
773
- Runtime configuration of the array. If provided, will override the
774
- default values from `zarr.config.array`.
+ Runtime configuration of the array. If provided, will override the
+ default values from :obj:`zarr.config.array`.
775
776
- **kwargs
+**kwargs
777
Additional keyword arguments passed through to
778
- [`zarr.api.asynchronous.create`][].
+ :func:`zarr.api.asynchronous.create`.
779
780
Returns
781
-------
0 commit comments