Skip to content

Commit 8c57e3c

Browse files
committed
Fix spelling
1 parent 8ae77a2 commit 8c57e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: reproject/interpolation/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def _reproject_full(
114114
pixel_in = pixel_to_pixel(wcs_out, wcs_in, *pixel_out[::-1])[::-1]
115115
pixel_in = np.array(pixel_in)
116116

117-
# Loop over the broadcasted dimensions in our array, re-using the same
117+
# Loop over the broadcasted dimensions in our array, reusing the same
118118
# computed transformation each time
119119
for i in range(len(array)):
120120
# Interpolate array on to the pixels coordinates in pixel_in

0 commit comments

Comments
 (0)