Skip to content
Snippets Groups Projects
Unverified Commit 80ac4eb5 authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Fixed typos in doc strings

parent f390d33f
No related branches found
No related tags found
No related merge requests found
...@@ -335,7 +335,7 @@ class CassiniVimsIsisLabelNaifSpiceDriver(LineScanner, IsisLabel, NaifSpice, NoD ...@@ -335,7 +335,7 @@ class CassiniVimsIsisLabelNaifSpiceDriver(LineScanner, IsisLabel, NaifSpice, NoD
@property @property
def sensor_name(self): 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] return vims_name_lookup[super().instrument_id]
...@@ -464,7 +464,7 @@ class CassiniVimsIsisLabelIsisSpiceDriver(LineScanner, IsisLabel, IsisSpice, NoD ...@@ -464,7 +464,7 @@ class CassiniVimsIsisLabelIsisSpiceDriver(LineScanner, IsisLabel, IsisSpice, NoD
@property @property
def sensor_name(self): 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" return "Visible and Infrared Mapping Spectrometer"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment