Skip to content

Commit f929e21

Browse files
dcherianmathause
andauthored
Apply suggestions from code review
Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>
1 parent d33610e commit f929e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cf_xarray/geometry.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@ def grid_to_polygons(ds: xr.Dataset) -> xr.DataArray:
450450
----------
451451
ds : xr.Dataset
452452
Dataset with "latitude" and "longitude" variables as well as their bounds variables.
453-
1D "latitude" and "longitude" variables are supported. This function will automatically
454-
broadcast them against each other.
453+
1D and 2D "latitude" and "longitude" variables are supported. 1D variables will
454+
be broadcast against each other.
455455
456456
Returns
457457
-------

0 commit comments

Comments
 (0)