diff --git a/xarray/structure/concat.py b/xarray/structure/concat.py index 69b05880e3d..4ed4d3e3641 100644 --- a/xarray/structure/concat.py +++ b/xarray/structure/concat.py @@ -239,8 +239,8 @@ def concat( array([[0, 1, 2], [3, 4, 5]]) Coordinates: - * y (y) int64 24B 10 20 30 x (new_dim) >> xr.concat( @@ -253,8 +253,8 @@ def concat( [3, 4, 5]]) Coordinates: * new_dim (new_dim) int64 16B -90 -100 - * y (y) int64 24B 10 20 30 x (new_dim)