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(
54435443 field construct.
54445444
54455445 *Example:*
5446- Calculate the temporal maximum of the weighted areal means
5446+ Calculate the temporal maximum of the weighted area means
54475447 using two independent calls:
54485448
54495449 >>> b = a.collapse('area: mean', weights=True).collapse('T: maximum')
@@ -5454,7 +5454,7 @@ def collapse(
54545454 specifies each axis, and a space delimits the separate collapses).
54555455
54565456 *Example:*
5457- Calculate the temporal maximum of the weighted areal means in
5457+ Calculate the temporal maximum of the weighted area means in
54585458 a single call, using the cf-netCDF cell methods-like syntax:
54595459
54605460 >>> b =a.collapse('area: mean T: maximum', weights=True)
@@ -6070,7 +6070,7 @@ def collapse(
60706070 numbers of elements.
60716071
60726072 * The start of the first group may be
6073- before the first first axis element,
6073+ before the first axis element,
60746074 depending on the offset defined by the
60756075 time duration. For example, if
60766076 ``group=cf.Y(month=12)`` then the first
You can’t perform that action at this time.
0 commit comments