File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5443,7 +5443,7 @@ def collapse(
5443
5443
field construct.
5444
5444
5445
5445
*Example:*
5446
- Calculate the temporal maximum of the weighted areal means
5446
+ Calculate the temporal maximum of the weighted area means
5447
5447
using two independent calls:
5448
5448
5449
5449
>>> b = a.collapse('area: mean', weights=True).collapse('T: maximum')
@@ -5454,7 +5454,7 @@ def collapse(
5454
5454
specifies each axis, and a space delimits the separate collapses).
5455
5455
5456
5456
*Example:*
5457
- Calculate the temporal maximum of the weighted areal means in
5457
+ Calculate the temporal maximum of the weighted area means in
5458
5458
a single call, using the cf-netCDF cell methods-like syntax:
5459
5459
5460
5460
>>> b =a.collapse('area: mean T: maximum', weights=True)
@@ -6070,7 +6070,7 @@ def collapse(
6070
6070
numbers of elements.
6071
6071
6072
6072
* The start of the first group may be
6073
- before the first first axis element,
6073
+ before the first axis element,
6074
6074
depending on the offset defined by the
6075
6075
time duration. For example, if
6076
6076
``group=cf.Y(month=12)`` then the first
You can’t perform that action at this time.
0 commit comments