Skip to content

Commit

Permalink
Empty line missing for DataArray.assign_coords doc (#3963)
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneCmb authored Apr 10, 2020
1 parent 7a037d5 commit c4e8882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xarray/core/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ def assign_coords(self, coords=None, **coords_kwargs):
lon_2 (lon) int64 300 289 0 1
Note that the same result can also be obtained with a dict e.g.
>>> _ = da.assign_coords({"lon_2": ('lon', lon_2)})
Notes
Expand Down

0 comments on commit c4e8882

Please sign in to comment.