File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments