Skip to content

Commit 41e2ccf

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

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
@@ -454,7 +454,7 @@ def zonal_mean(self, lat=(-90, 90, 10), conservative: bool = False, **kwargs):
454454
# Non-conservative averaging from -90° to 90° at 10° intervals by default
455455
>>> uxds["var"].zonal_mean()
456456
457-
# Single latitude (non-conservative)
457+
# Single latitude (non-conservative) over 30° latitude
458458
>>> uxds["var"].zonal_mean(lat=30.0)
459459
460460
# Conservative averaging over latitude bands

0 commit comments

Comments
 (0)