Skip to content

Commit 4239b90

Browse files
committed
doc: Remove attrs from __repr__ changes
Address comment from @keewis: `.attrs` is a standard python dict, so there's no custom repr.
1 parent 888850c commit 4239b90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/whats-new.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ New Features
2727
Breaking changes
2828
~~~~~~~~~~~~~~~~
2929

30-
- The ``__repr__`` of a :py:class:`xarray.Dataset`'s ``attrs``, ``coords``,
31-
and ``data_vars`` ignore ``xarray.set_option(display_max_rows=...)`` and
32-
show the full output when called directly as, e.g., ``ds.data_vars`` or
33-
``print(ds.data_vars)`` (:issue:`5545`, :pull:`5580`).
30+
- The ``__repr__`` of a :py:class:`xarray.Dataset`'s ``coords`` and ``data_vars``
31+
ignore ``xarray.set_option(display_max_rows=...)`` and show the full output
32+
when called directly as, e.g., ``ds.data_vars`` or ``print(ds.data_vars)``
33+
(:issue:`5545`, :pull:`5580`).
3434
By `Stefan Bender <https://github.com/st-bender>`_.
3535

3636
Deprecations

0 commit comments

Comments
 (0)