Skip to content

Commit 6c7fa9c

Browse files
Typos
Co-authored-by: Sadie L. Bartholomew <[email protected]>
1 parent 472a570 commit 6c7fa9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cf/mixin/fielddomain.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def _indices(self, mode, data_axes, ancillary_mask, kwargs):
218218
:Parameters:
219219
220220
mode: `tuple`
221-
The mode of operation and the halo size . See the
221+
The mode of operation and the halo size. See the
222222
*mode* parameter of `indices` for details.
223223
224224
data_axes: sequence of `str`, or `None`
@@ -825,7 +825,7 @@ def _point_not_in_cell(nodes_x, nodes_y, point):
825825
index = slice(start, stop, step)
826826
else:
827827
# A list/1-d array of int/bool, or a
828-
# non-cyclic slice that can't beconme cyclic.
828+
# non-cyclic slice that can't become cyclic.
829829
#
830830
# E.g. for halo=1 and size=5:
831831
# slice(1, 3) -> [0, 1, 2, 3]

0 commit comments

Comments
 (0)