Skip to content

Commit 56f2684

Browse files
Typos
Co-authored-by: Sadie L. Bartholomew <[email protected]>
1 parent f13a655 commit 56f2684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cf/field.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5483,7 +5483,7 @@ def collapse(
54835483
measure=measure, scale=scale, radius=radius,
54845484
great_circle=great_circle)``.
54855485

5486-
See the cf.Field.weights` and the *axes*, *measure*,
5486+
See the `cf.Field.weights` and the *axes*, *measure*,
54875487
*scale*, *radius*, and *great_circle* parameters for
54885488
details; and note that the value of *scale* may be
54895489
modified depending on the value of *measure*.
@@ -5511,7 +5511,7 @@ def collapse(
55115511
a CF cell methods-like string via the *method*
55125512
parameter, then the *axes* parameter is ignored and
55135513
the axes for weights instead inferred from that
5514-
string. For instance, if *method* is ``'T: xarea:
5514+
string. For instance, if *method* is ``'T: area:
55155515
minimum'`` then this defines axes of ``['T',
55165516
'area']``. If *method* specifies multiple collapses,
55175517
e.g. ``'T: minimum area: mean'`` then this implies

0 commit comments

Comments
 (0)