Skip to content

Commit f892ef7

Browse files
committed
removed the word consistent
1 parent 32a4b2c commit f892ef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/whats-new.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ New Features
3737
- Histogram plots are set with a title displaying the scalar coords if any, similarly to the other plots (:issue:`5791`, :pull:`5792`).
3838
By `Maxime Liquet <https://github.com/maximlt>`_.
3939
- Added a new :py:attr:`Dataset.chunksizes`, :py:attr:`DataArray.chunksizes`, and :py:attr:`Variable.chunksizes`
40-
property, which will always return a mapping from dimension names to chunking pattern along that dimension, guaranteed
41-
to be consistent between Dataset, DataArray, and Variable objects. (:issue:`5846`, :pull:`5900`)
40+
property, which will always return a mapping from dimension names to chunking pattern along that dimension,
41+
regardless of whether the object is a Dataset, DataArray, or Variable. (:issue:`5846`, :pull:`5900`)
4242
By `Tom Nicholas <https://github.com/TomNicholas>`_.
4343

4444
Breaking changes

0 commit comments

Comments
 (0)