Skip to content

Commit

Permalink
Refer to coordinate system in docstrings (#2600)
Browse files Browse the repository at this point in the history
  • Loading branch information
djkirkham authored and pp-mo committed Jun 13, 2017
1 parent 09e01e8 commit 2b9c2aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/iris/coords.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,8 @@ def __init__(self, points, standard_name=None, long_name=None,
* attributes
A dictionary containing other cf and user-defined attributes.
* coord_system
A :class:`~iris.coord_systems.CoordSystem`,
A :class:`~iris.coord_systems.CoordSystem` representing the
coordinate system of the coordinate,
e.g. a :class:`~iris.coord_systems.GeogCS` for a longitude Coord.
"""
Expand All @@ -450,7 +451,7 @@ def __init__(self, points, standard_name=None, long_name=None,
#: have no meaning to Iris.
self.attributes = attributes

#: Relevant CoordSystem (if any).
#: Relevant coordinate system (if any).
self.coord_system = coord_system

self.points = points
Expand Down

0 comments on commit 2b9c2aa

Please sign in to comment.