Skip to content

Commit b3767ef

Browse files
authored
fix typo in docstring
1 parent d60e86c commit b3767ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Reprojects image data to a new projection using interpolation.
1414
1: Linear
1515
2: Quadratic
1616
- `hdu_in`: Used to specify HDU number when giving input as FITS or name of FITS file.
17-
- `hud_out:` Used to specify HDU number when giving output projection as FITS or name of FITS file.
17+
- `hdu_out:` Used to specify HDU number when giving output projection as FITS or name of FITS file.
1818
"""
1919
function reproject(input_data, output_projection; shape_out = nothing, order::Int = 1, hdu_in::Int = 1, hdu_out::Int = 1)
2020
if input_data isa ImageHDU || input_data isa Tuple{AbstractArray, WCSTransform}

0 commit comments

Comments
 (0)