Skip to content

Commit c1e972d

Browse files
committed
fix numpydoc-validation
1 parent 6725cca commit c1e972d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/zarr/api/synchronous.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,10 +933,10 @@ def from_array(
933933
934934
Parameters
935935
----------
936-
data : Array | array-like
937-
The array to copy.
938936
store : str or Store
939937
Store or path to directory in file system or name of zip file for the new array.
938+
data : Array | array-like
939+
The array to copy.
940940
write_data : bool, default True
941941
Whether to copy the data from the input array to the new array.
942942
If ``write_data`` is ``False``, the new array will be created with the same metadata as the

src/zarr/core/array.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3819,10 +3819,10 @@ async def from_array(
38193819
38203820
Parameters
38213821
----------
3822-
data : Array | array-like
3823-
The array to copy.
38243822
store : str or Store
38253823
Store or path to directory in file system or name of zip file for the new array.
3824+
data : Array | array-like
3825+
The array to copy.
38263826
write_data : bool, default True
38273827
Whether to copy the data from the input array to the new array.
38283828
If ``write_data`` is ``False``, the new array will be created with the same metadata as the

0 commit comments

Comments
 (0)