diff --git a/esbo_etc/classes/sensor/ASensor.py b/esbo_etc/classes/sensor/ASensor.py index fd35b5c..527afe8 100644 --- a/esbo_etc/classes/sensor/ASensor.py +++ b/esbo_etc/classes/sensor/ASensor.py @@ -68,6 +68,6 @@ class ASensor: Returns ------- mes : Union[None, str] - The error message of the check. This will be None if the check was succesful. + The error message of the check. This will be None if the check was successful. """ pass