Skip to content

Commit

Permalink
Clarity and typos
Browse files Browse the repository at this point in the history
Co-authored-by: Sadie L. Bartholomew <[email protected]>
  • Loading branch information
davidhassell and sadielbartholomew authored Apr 7, 2022
1 parent fc54aa1 commit 1999201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cfdm/mixin/fielddomain.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ def _filter_interface(
.. versionadded:: (cfdm) 1.9.1.0
default: optional
If *construct* is True then return the value of the
*default* parameter if there is no unique construct.
If *construct* is True and there is no unique construct
then return the value of the *default* parameter.
{{default Exception}}
Expand Down Expand Up @@ -1014,7 +1014,7 @@ def domain_axis(
Additionally, the values are matched against construct
identifiers, with or without the ``'key%'`` prefix.
Additionally, if for a given `value``,
Additionally, if for a given ``value``,
``f.coordinates(value, filter_by_naxes=(1,))`` returns
1-d coordinate constructs that all span the same
domain axis construct then that domain axis construct
Expand Down

0 comments on commit 1999201

Please sign in to comment.