File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ New Features
2727Breaking 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
3636Deprecations
You can’t perform that action at this time.
0 commit comments