Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukeaso-astron committed Jan 9, 2025
1 parent 9c06105 commit c793c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotastrodata/fits_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, fitsimage: str):
self.fitsimage = fitsimage

def gen_hdu(self) -> None:
"""Generate self.hdu. fits.open()[0].
"""Generate self.hdu.fits.open()[0].
"""
hdu = fits.open(self.fitsimage)
self.hdu = hdu[0]
Expand Down

0 comments on commit c793c50

Please sign in to comment.