From 4eb8673f6e48f212d450faef6ab9296dbd1cc253 Mon Sep 17 00:00:00 2001 From: dencheva Date: Wed, 18 Mar 2009 21:14:17 +0000 Subject: Minor comment change git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/updatewcs@7777 fe389314-cf27-0410-b35b-8c050e845b92 --- hstwcs/det2im.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hstwcs/det2im.py') diff --git a/hstwcs/det2im.py b/hstwcs/det2im.py index ec8e306..0835e98 100644 --- a/hstwcs/det2im.py +++ b/hstwcs/det2im.py @@ -108,7 +108,7 @@ class DET2IMCorr(object): 'CRPIX2': 'Distortion array reference pixel', 'CDELT2': 'Grid step size in second coordinate', 'CRVAL2': 'Image array pixel coordinate', - 'AXISCORR': 'Direction in which to apply the det2im correction'} + 'AXISCORR': 'Direction in which the det2im correction is applied'} values = {'XTENSION': 'IMAGE', 'BITPIX': -32, -- cgit