Skip to content

Commit 49941bf

Browse files
committed
docstring
1 parent 723e716 commit 49941bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zarr/core/array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,6 +1228,7 @@ def create(
12281228
dimension_separator : Literal[".", "/"], optional
12291229
The dimension separator (default is None).
12301230
order : Literal["C", "F"], optional
1231+
Deprecated in favor of the `array.order` configuration variable.
12311232
The order of the array (default is None).
12321233
write_empty_chunks: bool, optional
12331234
Deprecated in favor of the `array.write_empty_chunks` configuration variable.

0 commit comments

Comments
 (0)