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 ----