From 65f49de1c47b622fbcf223120a46fff1e73039da Mon Sep 17 00:00:00 2001 From: LukasK13 Date: Fri, 8 May 2020 16:45:39 +0200 Subject: [PATCH] Fix typo --- esbo_etc/classes/sensor/ASensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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