Skip to content

Commit 6dea879

Browse files
committed
Merge branch 'dask-in-cfdm' of github.com:davidhassell/cf-python into dask-in-cfdm
2 parents f0ca543 + 8bb4aae commit 6dea879

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cf/field.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)