Skip to content

Commit 35159d6

Browse files
committed
Update docstring
1 parent 481272c commit 35159d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cf_xarray/helpers.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,7 @@ def _get_ordered_vertices(bounds: xr.DataArray) -> np.ndarray:
226226
Parameters
227227
----------
228228
bounds : xr.DataArray
229-
A DataArray containing bounds information, typically with shape (..., 2),
230-
where the last dimension represents the lower and upper bounds for each
231-
interval.
229+
A DataArray containing bounds information, typically with shape (..., 2).
232230
233231
Returns
234232
-------

0 commit comments

Comments
 (0)