Skip to content

Commit

Permalink
fix numpydoc-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
brokkoli71 committed Feb 5, 2025
1 parent 6725cca commit c1e972d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/zarr/api/synchronous.py
Original file line number Diff line number Diff line change
Expand Up @@ -933,10 +933,10 @@ def from_array(
Parameters
----------
data : Array | array-like
The array to copy.
store : str or Store
Store or path to directory in file system or name of zip file for the new array.
data : Array | array-like
The array to copy.
write_data : bool, default True
Whether to copy the data from the input array to the new array.
If ``write_data`` is ``False``, the new array will be created with the same metadata as the
Expand Down
4 changes: 2 additions & 2 deletions src/zarr/core/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -3819,10 +3819,10 @@ async def from_array(
Parameters
----------
data : Array | array-like
The array to copy.
store : str or Store
Store or path to directory in file system or name of zip file for the new array.
data : Array | array-like
The array to copy.
write_data : bool, default True
Whether to copy the data from the input array to the new array.
If ``write_data`` is ``False``, the new array will be created with the same metadata as the
Expand Down

0 comments on commit c1e972d

Please sign in to comment.