Skip to content

Commit b2171a4

Browse files
committed
Fix docstring
1 parent 72fd46a commit b2171a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ async def _set_schedule_state_legacy(
603603
self._schedule_old_states[loc_id][name] = new_state
604604

605605
def determine_contexts(self, loc_id: str, name: str, state: str, sched_id: str) -> etree:
606-
"""Helper function for set_schedule_state()."""
606+
"""Helper-function for set_schedule_state()."""
607607
locator = f'.//*[@id="{sched_id}"]/contexts'
608608
contexts = self._domain_objects.find(locator)
609609
locator = f'.//*[@id="{loc_id}"].../...'

0 commit comments

Comments
 (0)