Merge pull request #14 from juribeparada/devel

Image.py: fix typo
LT1AB
piyushrpt 2019-03-04 12:05:29 -08:00 committed by GitHub
commit 32121f52dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.")