Skip to content

Commit 866b233

Browse files
committed
fix typo
1 parent e7d22b6 commit 866b233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jwst/resample/resample_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def find_miri_lrs_sregion(sregion_model1, wcs):
494494
coord4 = SkyCoord(a4, b4, unit="deg")
495495

496496
# Find the distance between the corners
497-
# corners are counterclockwize from 1,2,3,4
497+
# corners are counterclockwise from 1,2,3,4
498498
sep1 = coord1.separation(coord2)
499499
sep2 = coord2.separation(coord3)
500500
sep3 = coord3.separation(coord4)

0 commit comments

Comments
 (0)