Skip to content

Commit

Permalink
fix typo in class docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Mar 25, 2024
1 parent 5932205 commit fc2d32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scos_actions/calibration/sensor_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from scos_actions.calibration.interfaces.calibration import Calibration
from scos_actions.calibration.utils import CalibrationEntryMissingException
from scos_actions.utils import parse_datetime_iso_format_str, get_datetime_str_now
from scos_actions.utils import get_datetime_str_now, parse_datetime_iso_format_str

logger = logging.getLogger(__name__)

Expand All @@ -16,7 +16,7 @@
class SensorCalibration(Calibration):
"""
Extends the ``Calibration`` class to represent calibration
data that may be updated. Within scos-senso,``SensorCalibration``
data that may be updated. Within SCOS Sensor,``SensorCalibration``
instances are used to handle calibration files generated prior
to deployment through a lab-based calibration as well as the result
of calibrations that are performed by the sensor in the field. This
Expand Down

0 comments on commit fc2d32a

Please sign in to comment.