Skip to content

Commit

Permalink
Fix typo in CAMEL reader
Browse files Browse the repository at this point in the history
Co-authored-by: Panu Lahtinen <[email protected]>
  • Loading branch information
simonrp84 and pnuu authored Dec 30, 2024
1 parent ef634a7 commit 7808064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/readers/camel_l3_nc.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@


class CAMELL3NCFileHandler(BaseFileHandler):
"""File handler for Himawari L2 NOAA enterprise data in netCDF format."""
"""File handler for CAMEL data in netCDF format."""

def __init__(self, filename, filename_info, filetype_info):
"""Initialize the reader."""
Expand Down

0 comments on commit 7808064

Please sign in to comment.