From ed4c4c297dca00593a23023b8137e886756e83fd Mon Sep 17 00:00:00 2001 From: Henry Wright Date: Fri, 17 Nov 2023 14:47:29 +0000 Subject: [PATCH] fix sentence --- docs/src/whatsnew/latest.rst | 2 +- lib/iris/tests/unit/conftest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/whatsnew/latest.rst b/docs/src/whatsnew/latest.rst index 15ced32d2e..8b4e9f549d 100644 --- a/docs/src/whatsnew/latest.rst +++ b/docs/src/whatsnew/latest.rst @@ -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 diff --git a/lib/iris/tests/unit/conftest.py b/lib/iris/tests/unit/conftest.py index d9cf402118..4653b14933 100644 --- a/lib/iris/tests/unit/conftest.py +++ b/lib/iris/tests/unit/conftest.py @@ -12,4 +12,4 @@ @pytest.fixture def sample_coord(): sample_coord = iris.coords.DimCoord(points=(1, 2, 3, 4, 5)) - return sample_coord \ No newline at end of file + return sample_coord