Skip to content

Commit c4e8882

Browse files
authored
Empty line missing for DataArray.assign_coords doc (#3963)
1 parent 7a037d5 commit c4e8882

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/core/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ def assign_coords(self, coords=None, **coords_kwargs):
455455
lon_2 (lon) int64 300 289 0 1
456456
457457
Note that the same result can also be obtained with a dict e.g.
458+
458459
>>> _ = da.assign_coords({"lon_2": ('lon', lon_2)})
459460
460461
Notes

0 commit comments

Comments
 (0)