Skip to content

Commit fc1a5ee

Browse files
committed
Correct typo in docstring
1 parent 95bf5bd commit fc1a5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def connect_to_stick(self, callback=None) -> bool:
6363
"""
6464
Connect to USB-Stick and startup all worker threads
6565
66-
Return: True when connection is successfull.
66+
Return: True when connection is successful.
6767
"""
6868
self.init_callback = callback
6969
# Open connection to USB Stick

0 commit comments

Comments
 (0)