Skip to content

Commit 17c833c

Browse files
rajeejaerogluorhan
andauthored
Update uxarray/core/dataarray.py
Co-authored-by: Orhan Eroglu <[email protected]>
1 parent 41e2ccf commit 17c833c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uxarray/core/dataarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def integrate(
429429
return uxda
430430

431431
def zonal_mean(self, lat=(-90, 90, 10), conservative: bool = False, **kwargs):
432-
"""Compute averages along lines of constant latitude.
432+
"""Compute non-conservative or conservative averages along lines of constant latitude or latitude bands.
433433
434434
Parameters
435435
----------

0 commit comments

Comments
 (0)