Skip to content

Commit

Permalink
Fixed typos in doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
acpaquette authored Feb 26, 2024
1 parent f390d33 commit 80ac4eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ale/drivers/co_drivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def instrument_id(self):
@property
def sensor_name(self):
"""
ISIS doesn't propergate this to the ingested cube label, so hard-code it.
ISIS doesn't propagate this to the ingested cube label, so hard-code it.
"""
return vims_name_lookup[super().instrument_id]

Expand Down Expand Up @@ -464,7 +464,7 @@ def instrument_id(self):
@property
def sensor_name(self):
"""
ISIS doesn't propergate this to the ingested cube label, so hard-code it.
ISIS doesn't propagate this to the ingested cube label, so hard-code it.
"""
return "Visible and Infrared Mapping Spectrometer"

Expand Down

0 comments on commit 80ac4eb

Please sign in to comment.