Skip to content

Commit 96ddde1

Browse files
jhammand-v-b
andauthored
Update docs/release-notes.rst
Co-authored-by: Davis Bennett <[email protected]>
1 parent 20928ba commit 96ddde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/release-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Features
2121
- Test the error raised for invalid buffer arguments in ``StoreTests``. (:issue:`2693`)
2222
- Test that data can be written to a store that's not yet open using the store.set method in ``StoreTests``. (:issue:`2693`)
2323
- Adds a new function ``init_array`` for initializing an array in storage, and refactors ``create_array``
24-
to use ``init_array``. ``create_array`` takes two a new parameters: ``data``, an optional array-like object, and ``write_data``, a bool which defaults to ``True``.
24+
to use ``init_array``. ``create_array`` takes two new parameters: ``data``, an optional array-like object, and ``write_data``, a bool which defaults to ``True``.
2525
If ``data`` is given to ``create_array``, then the ``dtype`` and ``shape`` attributes of ``data`` are used to define the
2626
corresponding attributes of the resulting Zarr array. Additionally, if ``data`` given and ``write_data`` is ``True``,
2727
then the values in ``data`` will be written to the newly created array. (:issue:`2761`)

0 commit comments

Comments
 (0)