Skip to content

Commit 1464f9d

Browse files
committed
Fix docstring
1 parent ac4f0d7 commit 1464f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ async def clock_synchronize(self) -> bool:
910910
return await self._send_clock_set_req()
911911

912912
async def _send_clock_set_req(self) -> bool:
913-
"""Send CirclePlusRealTimeClockSetRequest."""
913+
"""Send CircleClockSetRequest."""
914914
set_request = CircleClockSetRequest(
915915
self._send,
916916
self._mac_in_bytes,

0 commit comments

Comments
 (0)