Skip to content

Commit

Permalink
fix sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
HGWright committed Nov 17, 2023
1 parent faf4188 commit ed4c4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This document explains the changes made to Iris for this release
lazy data. (:pull:`5307`)
#. `@HGWright`_ added :func:`~iris.coords.Coord.ignore_axis` to allow manual
intervention preventing :func:`~iris.util.guess_coord_axis` from acting on a
certain coordinate. (:pull:`5551`)
coordinate. (:pull:`5551`)


🐛 Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
@pytest.fixture
def sample_coord():
sample_coord = iris.coords.DimCoord(points=(1, 2, 3, 4, 5))
return sample_coord
return sample_coord

0 comments on commit ed4c4c2

Please sign in to comment.