diff --git a/components/isceobj/Image/Image.py b/components/isceobj/Image/Image.py index 5de1abd..60b1dfd 100755 --- a/components/isceobj/Image/Image.py +++ b/components/isceobj/Image/Image.py @@ -804,7 +804,7 @@ class ImageCoordinate(Configurable): doc="Starting value of the coordinate.") self._coordEnd = self.parameter('coordEnd', public_name='endingValue', default=None, units='', type=float, mandatory=False, - doc="Starting value of the coordinate.") + doc="Ending value of the coordinate.") self._coordDelta = self.parameter('coordDelta', public_name='delta', default=1, units='', type=float, mandatory=False, doc="Coordinate quantization.")