Skip to content

Commit 884f93d

Browse files
author
Osaidgit
committed
Update docstring for config parameter in create()
1 parent 957a7e6 commit 884f93d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/zarr/api/synchronous.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -770,12 +770,12 @@ def create(
770770
If using an fsspec URL to create the store, these will be passed to
771771
the backend implementation. Ignored otherwise.
772772
config : ArrayConfigLike, optional
773-
Runtime configuration of the array. If provided, will override the
774-
default values from `zarr.config.array`.
773+
Runtime configuration of the array. If provided, will override the
774+
default values from :obj:`zarr.config.array`.
775775
776-
**kwargs
776+
**kwargs
777777
Additional keyword arguments passed through to
778-
[`zarr.api.asynchronous.create`][].
778+
:func:`zarr.api.asynchronous.create`.
779779
780780
Returns
781781
-------

0 commit comments

Comments
 (0)