Skip to content

Commit 58a83c4

Browse files
committed
Apply codespell
1 parent bebd9b8 commit 58a83c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ def sync_clock(self, max_drift=0):
806806
self.set_clock()
807807

808808
def _energy_timestamp_memory_address(self, utc_timestamp: datetime):
809-
"""Return memory addres for given energy counter timestamp"""
809+
"""Return memory address for given energy counter timestamp"""
810810
_utc_now_timestamp = datetime.utcnow().replace(
811811
minute=0, second=0, microsecond=0
812812
)

0 commit comments

Comments
 (0)