Skip to content

Commit 474f19d

Browse files
committed
Fix typo in comment
1 parent 109c50d commit 474f19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/helpers/pulses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def collected_pulses(
202202
timestamp,
203203
)
204204

205-
# Always return positive values of energy_statistics
205+
# Always return positive values for energy_statistics
206206
return (abs(pulses + log_pulses), timestamp)
207207

208208
def _collect_pulses_from_logs(

0 commit comments

Comments
 (0)