From b5283f88d9c8bb35d644362138b2818487b31030 Mon Sep 17 00:00:00 2001 From: Alasdair Roy <292044538+alasdair-roy@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:58:10 +0100 Subject: [PATCH] fixed docstring return type --- CONTRIBUTING.rst | 1 + lib/ants/coord_systems.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d4fedf0..4facdc0 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -290,3 +290,4 @@ Contributor Licence Agreement: * Theo Geddes (Met Office) * Andrew Clark (Met Office) * Jennifer Hickson (Met Office) +* Alasdair Roy (Met Office) diff --git a/lib/ants/coord_systems.py b/lib/ants/coord_systems.py index 58e43bc..142be5d 100644 --- a/lib/ants/coord_systems.py +++ b/lib/ants/coord_systems.py @@ -140,7 +140,7 @@ def _get_WGS84(): def as_ants_crs(self): """ - Return an ANTS coordinate system. + Return an iris coordinate system. Under most circumstances, return itself, unless the coordinate system can be treated as another, in which case, return its counterpart. Here are @@ -154,7 +154,7 @@ def as_ants_crs(self): Returns ------- - :class:`ants.coord_systems.CFCRS` + :class:`iris.coord_systems.CoordSystem` Note ----