Skip to content

Commit f13a655

Browse files
committed
dev
1 parent a06723f commit f13a655

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Version NEXTVERSION
1010
and `cf.Field.indices`
1111
(https://github.com/NCAS-CMS/cf-python/issues/881)
1212
* Fix bug in `cf.Field.collapse` that causes an Exception to be raised
13-
for external cell measures data
13+
for missing external cell measures data
1414
(https://github.com/NCAS-CMS/cf-python/issues/885)
1515
* New dependency: ``distributed>=2025.5.1``
1616

cf/field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5477,7 +5477,7 @@ def collapse(
54775477

54785478
weights: optional
54795479
Specify the weights for the collapse axes. The weights
5480-
are created internaly as the output of this call of
5480+
are created internally as the output of this call of
54815481
the field construct's `weights` method:
54825482
``f.weights(weights, components=True, axes=axes,
54835483
measure=measure, scale=scale, radius=radius,

0 commit comments

Comments
 (0)