Skip to content

Commit 46a3f9e

Browse files
committed
Fix comment typo
1 parent 21ba7f3 commit 46a3f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ async def _full_update_device(self):
211211
if not (self.smile_type == "power" and self._smile_legacy):
212212
self._appliances = await self._request(APPLIANCES)
213213

214-
# No need to import domain_objects and modules for P1, no userfull info
214+
# No need to import domain_objects and modules for P1, no useful info
215215
if self.smile_type != "power":
216216
await self._update_domain_objects()
217217

0 commit comments

Comments
 (0)