Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,3 +290,4 @@ Contributor Licence Agreement:
* Theo Geddes (Met Office)
* Andrew Clark (Met Office)
* Jennifer Hickson (Met Office)
* Alasdair Roy (Met Office)
4 changes: 2 additions & 2 deletions lib/ants/coord_systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -154,7 +154,7 @@ def as_ants_crs(self):

Returns
-------
:class:`ants.coord_systems.CFCRS`
:class:`iris.coord_systems.CoordSystem`

Note
----
Expand Down
Loading