Skip to content

Commit e29db17

Browse files
authored
small fix of docstring (#579)
1 parent 8303c08 commit e29db17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clouddrift/binning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def binned_statistics(
2222
statistics: str | list | Callable[[np.ndarray], float] = "count",
2323
) -> xr.Dataset:
2424
"""
25-
Perform N-dimensional binning and compute mean of values in each bin. The result is returned as an Xarray Dataset.
25+
Perform N-dimensional binning and compute statistics of values in each bin. The result is returned as an Xarray Dataset.
2626
2727
Parameters
2828
----------

0 commit comments

Comments
 (0)