From ad5706864e8bd065bed06950956b288bfae58efe Mon Sep 17 00:00:00 2001 From: juribeparada Date: Mon, 4 Mar 2019 16:03:45 -0300 Subject: [PATCH] Image: fix typo --- components/isceobj/Image/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")